Html Css Color HEX #D81119 Fire Engine Red

📋 copy color: '#D81119'

red 216 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #D81119

Tints of Fire Engine Red #D81119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 83.72%
G = 6.59%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81119 (or 0xD81119) is known color: Fire Engine Red. HEX triplet: D8, 11 and 19. RGB value is (216,17,25). Sum of RGB (Red+Green+Blue) = 216+17+25=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D81119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81119 is #27EEE6. Grayscale: #4D4D4D. Windows color (decimal): -2617063 or 1642968. OLE color: 1642968.

HSL color Cylindrical-coordinate representation of color #D81119: hue angle of 357.59º 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 #D81119 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 25 -
CMYK 0 0.92 0.88 0.15
HSL 357.59º 0.85% 0.46% -
HSV(B) 357.59º 0.92% 0.85% -
XYZ 28.69 15.07 2.32 -
YUV 77.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 216 17 25 0 0.92 0.88 0.15 357.59 0.85 0.46
Hex D8 11 19 0 5C 58 F 166 55 2E
Octal 330 21 31 0 134 130 17 546 125 56
Binary 11011000 10001 11001 0 1011100 1011000 1111 101100110 1010101 101110

Color Harmonies of #D81119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81119

Black with #D81119

Text Example


Text Example

White with #D81119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81119; }

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

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

background-color css

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

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

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

border-color css

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

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

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