Html Css Color HEX #FD4251 Radical Red

📋 copy color: '#FD4251'

red 253 ◦ green 66 ◦ blue 81

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

Shades of Radical Red #FD4251

Tints of Radical Red #FD4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 63.25%
G = 16.5%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4251 (or 0xFD4251) is known color: Radical Red. HEX triplet: FD, 42 and 51. RGB value is (253,66,81). Sum of RGB (Red+Green+Blue) = 253+66+81=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4251 is #02BDAE. Grayscale: #7B7B7B. Windows color (decimal): -179631 or 5325565. OLE color: 5325565.

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

Color convert

RGB 253 66 81 -
CMYK 0 0.74 0.68 0.01
HSL 355.19º 0.98% 0.63% -
HSV(B) 355.19º 0.74% 0.99% -
XYZ 43.94 25.37 10.37 -
YUV 123.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 253 66 81 0 0.74 0.68 0.01 355.19 0.98 0.63
Hex FD 42 51 0 4A 44 1 163 62 3F
Octal 375 102 121 0 112 104 1 543 142 77
Binary 11111101 1000010 1010001 0 1001010 1000100 1 101100011 1100010 111111

Color Harmonies of #FD4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4251

Black with #FD4251

Text Example


Text Example

White with #FD4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4251; }

 p { color: rgb(253,66,81); }

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

background-color css

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

 a { background-color: rgb(253,66,81); }

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

border-color css

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

 span { border-color: rgb(253,66,81); }

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