Html Css Color HEX #D8192A Fire Engine Red

📋 copy color: '#D8192A'

red 216 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #D8192A

Tints of Fire Engine Red #D8192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 76.33%
G = 8.83%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8192A (or 0xD8192A) is known color: Fire Engine Red. HEX triplet: D8, 19 and 2A. RGB value is (216,25,42). Sum of RGB (Red+Green+Blue) = 216+25+42=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8192A is #27E6D5. Grayscale: #545454. Windows color (decimal): -2614998 or 2759128. OLE color: 2759128.

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

Color convert

RGB 216 25 42 -
CMYK 0 0.88 0.81 0.15
HSL 354.66º 0.79% 0.47% -
HSV(B) 354.66º 0.88% 0.85% -
XYZ 29.08 15.46 3.64 -
YUV 84.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 216 25 42 0 0.88 0.81 0.15 354.66 0.79 0.47
Hex D8 19 2A 0 58 51 F 163 4F 2F
Octal 330 31 52 0 130 121 17 543 117 57
Binary 11011000 11001 101010 0 1011000 1010001 1111 101100011 1001111 101111

Color Harmonies of #D8192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8192A

Black with #D8192A

Text Example


Text Example

White with #D8192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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