Html Css Color HEX #D81029 Fire Engine Red

📋 copy color: '#D81029'

red 216 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #D81029

Tints of Fire Engine Red #D81029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 79.12%
G = 5.86%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D81029 (or 0xD81029) is known color: Fire Engine Red. HEX triplet: D8, 10 and 29. RGB value is (216,16,41). Sum of RGB (Red+Green+Blue) = 216+16+41=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D81029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81029 is #27EFD6. Grayscale: #4E4E4E. Windows color (decimal): -2617303 or 2691288. OLE color: 2691288.

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

Color convert

RGB 216 16 41 -
CMYK 0 0.93 0.81 0.15
HSL 352.5º 0.86% 0.45% -
HSV(B) 352.5º 0.93% 0.85% -
XYZ 28.9 15.13 3.49 -
YUV 78.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 216 16 41 0 0.93 0.81 0.15 352.5 0.86 0.45
Hex D8 10 29 0 5D 51 F 160 56 2D
Octal 330 20 51 0 135 121 17 540 126 55
Binary 11011000 10000 101001 0 1011101 1010001 1111 101100000 1010110 101101

Color Harmonies of #D81029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81029

Black with #D81029

Text Example


Text Example

White with #D81029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81029; }

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

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

background-color css

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

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

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

border-color css

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

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

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