Html Css Color HEX #D60229 Fire Engine Red

📋 copy color: '#D60229'

red 214 ◦ green 2 ◦ blue 41

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

Shades of Fire Engine Red #D60229

Tints of Fire Engine Red #D60229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 83.27%
G = 0.78%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60229 (or 0xD60229) is known color: Fire Engine Red. HEX triplet: D6, 02 and 29. RGB value is (214,2,41). Sum of RGB (Red+Green+Blue) = 214+2+41=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D60229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60229 is #29FDD6. Grayscale: #454545. Windows color (decimal): -2751959 or 2687702. OLE color: 2687702.

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

Color convert

RGB 214 2 41 -
CMYK 0 0.99 0.81 0.16
HSL 348.96º 0.98% 0.42% -
HSV(B) 348.96º 0.99% 0.84% -
XYZ 28.15 14.5 3.41 -
YUV 69.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 214 2 41 0 0.99 0.81 0.16 348.96 0.98 0.42
Hex D6 2 29 0 63 51 10 15D 62 2A
Octal 326 2 51 0 143 121 20 535 142 52
Binary 11010110 10 101001 0 1100011 1010001 10000 101011101 1100010 101010

Color Harmonies of #D60229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60229

Black with #D60229

Text Example


Text Example

White with #D60229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60229; }

 p { color: rgb(214,2,41); }

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

background-color css

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

 a { background-color: rgb(214,2,41); }

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

border-color css

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

 span { border-color: rgb(214,2,41); }

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