Html Css Color HEX #D80C29 Fire Engine Red

📋 copy color: '#D80C29'

red 216 ◦ green 12 ◦ blue 41

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

Shades of Fire Engine Red #D80C29

Tints of Fire Engine Red #D80C29

RGB

 RED value IS 216 (84.77% from 255) = 80.3%

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 80.3%
G = 4.46%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D80C29 (or 0xD80C29) is known color: Fire Engine Red. HEX triplet: D8, 0C and 29. RGB value is (216,12,41). Sum of RGB (Red+Green+Blue) = 216+12+41=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C29 is #27F3D6. Grayscale: #4C4C4C. Windows color (decimal): -2618327 or 2690264. OLE color: 2690264.

HSL color Cylindrical-coordinate representation of color #D80C29: hue angle of 351.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C29 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 41 -
CMYK 0 0.94 0.81 0.15
HSL 351.47º 0.89% 0.45% -
HSV(B) 351.47º 0.94% 0.85% -
XYZ 28.85 15.02 3.48 -
YUV 76.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 216 12 41 0 0.94 0.81 0.15 351.47 0.89 0.45
Hex D8 C 29 0 5E 51 F 15F 59 2D
Octal 330 14 51 0 136 121 17 537 131 55
Binary 11011000 1100 101001 0 1011110 1010001 1111 101011111 1011001 101101

Color Harmonies of #D80C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C29

Black with #D80C29

Text Example


Text Example

White with #D80C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C29; }

 p { color: rgb(216,12,41); }

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

background-color css

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

 a { background-color: rgb(216,12,41); }

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

border-color css

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

 span { border-color: rgb(216,12,41); }

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