Html Css Color HEX #D81128 Fire Engine Red

📋 copy color: '#D81128'

red 216 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #D81128

Tints of Fire Engine Red #D81128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 79.12%
G = 6.23%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D81128 (or 0xD81128) is known color: Fire Engine Red. HEX triplet: D8, 11 and 28. RGB value is (216,17,40). Sum of RGB (Red+Green+Blue) = 216+17+40=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D81128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81128 is #27EED7. Grayscale: #4F4F4F. Windows color (decimal): -2617048 or 2626008. OLE color: 2626008.

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

Color convert

RGB 216 17 40 -
CMYK 0 0.92 0.81 0.15
HSL 353.07º 0.85% 0.46% -
HSV(B) 353.07º 0.92% 0.85% -
XYZ 28.9 15.15 3.41 -
YUV 79.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 216 17 40 0 0.92 0.81 0.15 353.07 0.85 0.46
Hex D8 11 28 0 5C 51 F 161 55 2E
Octal 330 21 50 0 134 121 17 541 125 56
Binary 11011000 10001 101000 0 1011100 1010001 1111 101100001 1010101 101110

Color Harmonies of #D81128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81128

Black with #D81128

Text Example


Text Example

White with #D81128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81128; }

 p { color: rgb(216,17,40); }

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

background-color css

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

 a { background-color: rgb(216,17,40); }

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

border-color css

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

 span { border-color: rgb(216,17,40); }

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