Html Css Color HEX #D60029 Fire Engine Red

📋 copy color: '#D60029'

red 214 ◦ green 0 ◦ blue 41

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

Shades of Fire Engine Red #D60029

Tints of Fire Engine Red #D60029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.92%
G = 0%
B = 16.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60029 (or 0xD60029) is known color: Fire Engine Red. HEX triplet: D6, 00 and 29. RGB value is (214,0,41). Sum of RGB (Red+Green+Blue) = 214+0+41=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D60029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60029 is #29FFD6. Grayscale: #444444. Windows color (decimal): -2752471 or 2687190. OLE color: 2687190.

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

Color convert

RGB 214 0 41 -
CMYK 0 1 0.81 0.16
HSL 348.5º 1% 0.42% -
HSV(B) 348.5º 1% 0.84% -
XYZ 28.13 14.46 3.41 -
YUV 68.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 214 0 41 0 1 0.81 0.16 348.5 1 0.42
Hex D6 0 29 0 64 51 10 15D 64 2A
Octal 326 0 51 0 144 121 20 535 144 52
Binary 11010110 0 101001 0 1100100 1010001 10000 101011101 1100100 101010

Color Harmonies of #D60029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60029

Black with #D60029

Text Example


Text Example

White with #D60029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60029; }

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

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

background-color css

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

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

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

border-color css

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

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

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