Html Css Color HEX #D9192A Fire Engine Red

📋 copy color: '#D9192A'

red 217 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #D9192A

Tints of Fire Engine Red #D9192A

RGB

 RED value IS 217 (85.16% from 255) = 76.41%

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

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

R = 76.41%
G = 8.8%
B = 14.79%

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

#D9192A (or 0xD9192A) is known color: Fire Engine Red. HEX triplet: D9, 19 and 2A. RGB value is (217,25,42). Sum of RGB (Red+Green+Blue) = 217+25+42=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9192A is #26E6D5. Grayscale: #545454. Windows color (decimal): -2549462 or 2759129. OLE color: 2759129.

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

Color convert

RGB 217 25 42 -
CMYK 0 0.88 0.81 0.15
HSL 354.69º 0.79% 0.47% -
HSV(B) 354.69º 0.88% 0.85% -
XYZ 29.38 15.61 3.66 -
YUV 84.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 217 25 42 0 0.88 0.81 0.15 354.69 0.79 0.47
Hex D9 19 2A 0 58 51 F 163 4F 2F
Octal 331 31 52 0 130 121 17 543 117 57
Binary 11011001 11001 101010 0 1011000 1010001 1111 101100011 1001111 101111

Color Harmonies of #D9192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9192A

Black with #D9192A

Text Example


Text Example

White with #D9192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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