Html Css Color HEX #D9182B Fire Engine Red

📋 copy color: '#D9182B'

red 217 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #D9182B

Tints of Fire Engine Red #D9182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 76.41%
G = 8.45%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9182B (or 0xD9182B) is known color: Fire Engine Red. HEX triplet: D9, 18 and 2B. RGB value is (217,24,43). Sum of RGB (Red+Green+Blue) = 217+24+43=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9182B is #26E7D4. Grayscale: #535353. Windows color (decimal): -2549717 or 2824409. OLE color: 2824409.

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

Color convert

RGB 217 24 43 -
CMYK 0 0.89 0.80 0.15
HSL 354.09º 0.8% 0.47% -
HSV(B) 354.09º 0.89% 0.85% -
XYZ 29.38 15.58 3.74 -
YUV 83.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 217 24 43 0 0.89 0.80 0.15 354.09 0.8 0.47
Hex D9 18 2B 0 59 50 F 162 50 2F
Octal 331 30 53 0 131 120 17 542 120 57
Binary 11011001 11000 101011 0 1011001 1010000 1111 101100010 1010000 101111

Color Harmonies of #D9182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9182B

Black with #D9182B

Text Example


Text Example

White with #D9182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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