Html Css Color HEX #D2182B Fire Engine Red

📋 copy color: '#D2182B'

red 210 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #D2182B

Tints of Fire Engine Red #D2182B

RGB

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

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

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

R = 75.81%
G = 8.66%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2182B (or 0xD2182B) is known color: Fire Engine Red. HEX triplet: D2, 18 and 2B. RGB value is (210,24,43). Sum of RGB (Red+Green+Blue) = 210+24+43=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2182B is #2DE7D4. Grayscale: #515151. Windows color (decimal): -3008469 or 2824402. OLE color: 2824402.

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

Color convert

RGB 210 24 43 -
CMYK 0 0.89 0.80 0.18
HSL 353.87º 0.79% 0.46% -
HSV(B) 353.87º 0.89% 0.82% -
XYZ 27.34 14.53 3.65 -
YUV 81.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 210 24 43 0 0.89 0.80 0.18 353.87 0.79 0.46
Hex D2 18 2B 0 59 50 12 162 4F 2E
Octal 322 30 53 0 131 120 22 542 117 56
Binary 11010010 11000 101011 0 1011001 1010000 10010 101100010 1001111 101110

Color Harmonies of #D2182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2182B

Black with #D2182B

Text Example


Text Example

White with #D2182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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