Html Css Color HEX #D60424 Fire Engine Red

📋 copy color: '#D60424'

red 214 ◦ green 4 ◦ blue 36

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

Shades of Fire Engine Red #D60424

Tints of Fire Engine Red #D60424

RGB

 RED value IS 214 (83.98% from 255) = 84.25%

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 84.25%
G = 1.57%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D60424 (or 0xD60424) is known color: Fire Engine Red. HEX triplet: D6, 04 and 24. RGB value is (214,4,36). Sum of RGB (Red+Green+Blue) = 214+4+36=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60424 is #29FBDB. Grayscale: #464646. Windows color (decimal): -2751452 or 2360534. OLE color: 2360534.

HSL color Cylindrical-coordinate representation of color #D60424: hue angle of 350.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60424 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 36 -
CMYK 0 0.98 0.83 0.16
HSL 350.86º 0.96% 0.43% -
HSV(B) 350.86º 0.98% 0.84% -
XYZ 28.09 14.51 2.99 -
YUV 70.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 214 4 36 0 0.98 0.83 0.16 350.86 0.96 0.43
Hex D6 4 24 0 62 53 10 15F 60 2B
Octal 326 4 44 0 142 123 20 537 140 53
Binary 11010110 100 100100 0 1100010 1010011 10000 101011111 1100000 101011

Color Harmonies of #D60424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60424

Black with #D60424

Text Example


Text Example

White with #D60424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60424; }

 p { color: rgb(214,4,36); }

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

background-color css

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

 a { background-color: rgb(214,4,36); }

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

border-color css

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

 span { border-color: rgb(214,4,36); }

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