Html Css Color HEX #D8192C Fire Engine Red

📋 copy color: '#D8192C'

red 216 ◦ green 25 ◦ blue 44

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

Shades of Fire Engine Red #D8192C

Tints of Fire Engine Red #D8192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 75.79%
G = 8.77%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8192C (or 0xD8192C) is known color: Fire Engine Red. HEX triplet: D8, 19 and 2C. RGB value is (216,25,44). Sum of RGB (Red+Green+Blue) = 216+25+44=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8192C is #27E6D3. Grayscale: #545454. Windows color (decimal): -2614996 or 2890200. OLE color: 2890200.

HSL color Cylindrical-coordinate representation of color #D8192C: hue angle of 354.03º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8192C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 44 -
CMYK 0 0.88 0.80 0.15
HSL 354.03º 0.79% 0.47% -
HSV(B) 354.03º 0.88% 0.85% -
XYZ 29.12 15.48 3.84 -
YUV 84.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 216 25 44 0 0.88 0.80 0.15 354.03 0.79 0.47
Hex D8 19 2C 0 58 50 F 162 4F 2F
Octal 330 31 54 0 130 120 17 542 117 57
Binary 11011000 11001 101100 0 1011000 1010000 1111 101100010 1001111 101111

Color Harmonies of #D8192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8192C

Black with #D8192C

Text Example


Text Example

White with #D8192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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