Html Css Color HEX #D60B29 Fire Engine Red

📋 copy color: '#D60B29'

red 214 ◦ green 11 ◦ blue 41

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

Shades of Fire Engine Red #D60B29

Tints of Fire Engine Red #D60B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 80.45%
G = 4.14%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60B29 (or 0xD60B29) is known color: Fire Engine Red. HEX triplet: D6, 0B and 29. RGB value is (214,11,41). Sum of RGB (Red+Green+Blue) = 214+11+41=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B29 is #29F4D6. Grayscale: #4B4B4B. Windows color (decimal): -2749655 or 2690006. OLE color: 2690006.

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

Color convert

RGB 214 11 41 -
CMYK 0 0.95 0.81 0.16
HSL 351.13º 0.9% 0.44% -
HSV(B) 351.13º 0.95% 0.84% -
XYZ 28.25 14.7 3.45 -
YUV 75.12 108.75 227.06 -
System Red Green Blue C M Y K H S L
Decimal 214 11 41 0 0.95 0.81 0.16 351.13 0.9 0.44
Hex D6 B 29 0 5F 51 10 15F 5A 2C
Octal 326 13 51 0 137 121 20 537 132 54
Binary 11010110 1011 101001 0 1011111 1010001 10000 101011111 1011010 101100

Color Harmonies of #D60B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B29

Black with #D60B29

Text Example


Text Example

White with #D60B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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