Html Css Color HEX #D9192D Fire Engine Red

📋 copy color: '#D9192D'

red 217 ◦ green 25 ◦ blue 45

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

Shades of Fire Engine Red #D9192D

Tints of Fire Engine Red #D9192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 75.61%
G = 8.71%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9192D (or 0xD9192D) is known color: Fire Engine Red. HEX triplet: D9, 19 and 2D. RGB value is (217,25,45). Sum of RGB (Red+Green+Blue) = 217+25+45=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D9192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9192D is #26E6D2. Grayscale: #545454. Windows color (decimal): -2549459 or 2955737. OLE color: 2955737.

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

Color convert

RGB 217 25 45 -
CMYK 0 0.88 0.79 0.15
HSL 353.75º 0.79% 0.47% -
HSV(B) 353.75º 0.88% 0.85% -
XYZ 29.44 15.64 3.95 -
YUV 84.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 217 25 45 0 0.88 0.79 0.15 353.75 0.79 0.47
Hex D9 19 2D 0 58 4F F 162 4F 2F
Octal 331 31 55 0 130 117 17 542 117 57
Binary 11011001 11001 101101 0 1011000 1001111 1111 101100010 1001111 101111

Color Harmonies of #D9192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9192D

Black with #D9192D

Text Example


Text Example

White with #D9192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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