Html Css Color HEX #D9152C Fire Engine Red

📋 copy color: '#D9152C'

red 217 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #D9152C

Tints of Fire Engine Red #D9152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

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

R = 76.95%
G = 7.45%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9152C (or 0xD9152C) is known color: Fire Engine Red. HEX triplet: D9, 15 and 2C. RGB value is (217,21,44). Sum of RGB (Red+Green+Blue) = 217+21+44=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9152C is #26EAD3. Grayscale: #525252. Windows color (decimal): -2550484 or 2889177. OLE color: 2889177.

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

Color convert

RGB 217 21 44 -
CMYK 0 0.90 0.80 0.15
HSL 352.96º 0.82% 0.47% -
HSV(B) 352.96º 0.9% 0.85% -
XYZ 29.34 15.47 3.82 -
YUV 82.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 217 21 44 0 0.90 0.80 0.15 352.96 0.82 0.47
Hex D9 15 2C 0 5A 50 F 161 52 2F
Octal 331 25 54 0 132 120 17 541 122 57
Binary 11011001 10101 101100 0 1011010 1010000 1111 101100001 1010010 101111

Color Harmonies of #D9152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9152C

Black with #D9152C

Text Example


Text Example

White with #D9152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9152C; }

 p { color: rgb(217,21,44); }

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

background-color css

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

 a { background-color: rgb(217,21,44); }

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

border-color css

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

 span { border-color: rgb(217,21,44); }

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