Html Css Color HEX #D2182D Fire Engine Red

📋 copy color: '#D2182D'

red 210 ◦ green 24 ◦ blue 45

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

Shades of Fire Engine Red #D2182D

Tints of Fire Engine Red #D2182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 75.27%
G = 8.6%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2182D (or 0xD2182D) is known color: Fire Engine Red. HEX triplet: D2, 18 and 2D. RGB value is (210,24,45). Sum of RGB (Red+Green+Blue) = 210+24+45=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2182D is #2DE7D2. Grayscale: #525252. Windows color (decimal): -3008467 or 2955474. OLE color: 2955474.

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

Color convert

RGB 210 24 45 -
CMYK 0 0.89 0.79 0.18
HSL 353.23º 0.79% 0.46% -
HSV(B) 353.23º 0.89% 0.82% -
XYZ 27.38 14.54 3.85 -
YUV 82.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 210 24 45 0 0.89 0.79 0.18 353.23 0.79 0.46
Hex D2 18 2D 0 59 4F 12 161 4F 2E
Octal 322 30 55 0 131 117 22 541 117 56
Binary 11010010 11000 101101 0 1011001 1001111 10010 101100001 1001111 101110

Color Harmonies of #D2182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2182D

Black with #D2182D

Text Example


Text Example

White with #D2182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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