Html Css Color HEX #D9182A Fire Engine Red

📋 copy color: '#D9182A'

red 217 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #D9182A

Tints of Fire Engine Red #D9182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

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

R = 76.68%
G = 8.48%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9182A (or 0xD9182A) is known color: Fire Engine Red. HEX triplet: D9, 18 and 2A. RGB value is (217,24,42). Sum of RGB (Red+Green+Blue) = 217+24+42=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9182A is #26E7D5. Grayscale: #535353. Windows color (decimal): -2549718 or 2758873. OLE color: 2758873.

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

Color convert

RGB 217 24 42 -
CMYK 0 0.89 0.81 0.15
HSL 354.4º 0.8% 0.47% -
HSV(B) 354.4º 0.89% 0.85% -
XYZ 29.36 15.57 3.65 -
YUV 83.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 217 24 42 0 0.89 0.81 0.15 354.4 0.8 0.47
Hex D9 18 2A 0 59 51 F 162 50 2F
Octal 331 30 52 0 131 121 17 542 120 57
Binary 11011001 11000 101010 0 1011001 1010001 1111 101100010 1010000 101111

Color Harmonies of #D9182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9182A

Black with #D9182A

Text Example


Text Example

White with #D9182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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