Html Css Color HEX #FD4449 Radical Red

📋 copy color: '#FD4449'

red 253 ◦ green 68 ◦ blue 73

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

Shades of Radical Red #FD4449

Tints of Radical Red #FD4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 64.21%
G = 17.26%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD4449 (or 0xFD4449) is known color: Radical Red. HEX triplet: FD, 44 and 49. RGB value is (253,68,73). Sum of RGB (Red+Green+Blue) = 253+68+73=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4449 is #02BBB6. Grayscale: #7C7C7C. Windows color (decimal): -179127 or 4801789. OLE color: 4801789.

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

Color convert

RGB 253 68 73 -
CMYK 0 0.73 0.71 0.01
HSL 358.38º 0.98% 0.63% -
HSV(B) 358.38º 0.73% 0.99% -
XYZ 43.78 25.5 8.92 -
YUV 123.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 253 68 73 0 0.73 0.71 0.01 358.38 0.98 0.63
Hex FD 44 49 0 49 47 1 166 62 3F
Octal 375 104 111 0 111 107 1 546 142 77
Binary 11111101 1000100 1001001 0 1001001 1000111 1 101100110 1100010 111111

Color Harmonies of #FD4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4449

Black with #FD4449

Text Example


Text Example

White with #FD4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4449; }

 p { color: rgb(253,68,73); }

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

background-color css

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

 a { background-color: rgb(253,68,73); }

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

border-color css

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

 span { border-color: rgb(253,68,73); }

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