Html Css Color HEX #D8182A Fire Engine Red

📋 copy color: '#D8182A'

red 216 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #D8182A

Tints of Fire Engine Red #D8182A

RGB

 RED value IS 216 (84.77% from 255) = 76.6%

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

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

R = 76.6%
G = 8.51%
B = 14.89%

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

#D8182A (or 0xD8182A) is known color: Fire Engine Red. HEX triplet: D8, 18 and 2A. RGB value is (216,24,42). Sum of RGB (Red+Green+Blue) = 216+24+42=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8182A is #27E7D5. Grayscale: #535353. Windows color (decimal): -2615254 or 2758872. OLE color: 2758872.

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

Color convert

RGB 216 24 42 -
CMYK 0 0.89 0.81 0.15
HSL 354.38º 0.8% 0.47% -
HSV(B) 354.38º 0.89% 0.85% -
XYZ 29.06 15.42 3.63 -
YUV 83.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 216 24 42 0 0.89 0.81 0.15 354.38 0.8 0.47
Hex D8 18 2A 0 59 51 F 162 50 2F
Octal 330 30 52 0 131 121 17 542 120 57
Binary 11011000 11000 101010 0 1011001 1010001 1111 101100010 1010000 101111

Color Harmonies of #D8182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8182A

Black with #D8182A

Text Example


Text Example

White with #D8182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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