Html Css Color HEX #FD2954 Radical Red

📋 copy color: '#FD2954'

red 253 ◦ green 41 ◦ blue 84

#FD2954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FD2954

Tints of Radical Red #FD2954

RGB

 RED value IS 253 (99.22% from 255) = 66.93%

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 66.93%
G = 10.85%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD2954 (or 0xFD2954) is known color: Radical Red. HEX triplet: FD, 29 and 54. RGB value is (253,41,84). Sum of RGB (Red+Green+Blue) = 253+41+84=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2954 is #02D6AB. Grayscale: #6D6D6D. Windows color (decimal): -186028 or 5515773. OLE color: 5515773.

HSL color Cylindrical-coordinate representation of color #FD2954: hue angle of 347.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2954 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 84 -
CMYK 0 0.84 0.67 0.01
HSL 347.83º 0.98% 0.58% -
HSV(B) 347.83º 0.84% 0.99% -
XYZ 42.9 23.11 10.59 -
YUV 109.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 253 41 84 0 0.84 0.67 0.01 347.83 0.98 0.58
Hex FD 29 54 0 54 43 1 15C 62 3A
Octal 375 51 124 0 124 103 1 534 142 72
Binary 11111101 101001 1010100 0 1010100 1000011 1 101011100 1100010 111010

Color Harmonies of #FD2954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2954

Black with #FD2954

Text Example


Text Example

White with #FD2954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2954; }

 p { color: rgb(253,41,84); }

 H1.HeaderClassName
 {
   color: #FD2954;
 }
 .AnyTagClassName
 {
   color: #FD2954;
 }
</style>

background-color css

<style>
 a { background-color: #FD2954; }

 a { background-color: rgb(253,41,84); }

 div.DivClassName
 {
   background-color: #FD2954;
 }
 .BgClassName
 {
   background-color: #FD2954;
 }
</style>

border-color css

<style>
 span { border-color: #FD2954; }

 span { border-color: rgb(253,41,84); }

 td.TdClassName
 {
   border-color: #FD2954;
 }
 .TagClassName
 {
   border-color: #FD2954;
 }
</style>