Html Css Color HEX #D2182A Fire Engine Red

📋 copy color: '#D2182A'

red 210 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #D2182A

Tints of Fire Engine Red #D2182A

RGB

 RED value IS 210 (82.42% from 255) = 76.09%

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

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

R = 76.09%
G = 8.7%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2182A (or 0xD2182A) is known color: Fire Engine Red. HEX triplet: D2, 18 and 2A. RGB value is (210,24,42). Sum of RGB (Red+Green+Blue) = 210+24+42=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2182A is #2DE7D5. Grayscale: #515151. Windows color (decimal): -3008470 or 2758866. OLE color: 2758866.

HSL color Cylindrical-coordinate representation of color #D2182A: hue angle of 354.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2182A is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 42 -
CMYK 0 0.89 0.8 0.18
HSL 354.19º 0.79% 0.46% -
HSV(B) 354.19º 0.89% 0.82% -
XYZ 27.32 14.52 3.55 -
YUV 81.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 210 24 42 0 0.89 0.8 0.18 354.19 0.79 0.46
Hex D2 18 2A 0 59 50 12 162 4F 2E
Octal 322 30 52 0 131 120 22 542 117 56
Binary 11010010 11000 101010 0 1011001 1010000 10010 101100010 1001111 101110

Color Harmonies of #D2182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2182A

Black with #D2182A

Text Example


Text Example

White with #D2182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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