Html Css Color HEX #D2212C Fire Engine Red

📋 copy color: '#D2212C'

red 210 ◦ green 33 ◦ blue 44

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

Shades of Fire Engine Red #D2212C

Tints of Fire Engine Red #D2212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 73.17%
G = 11.5%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2212C (or 0xD2212C) is known color: Fire Engine Red. HEX triplet: D2, 21 and 2C. RGB value is (210,33,44). Sum of RGB (Red+Green+Blue) = 210+33+44=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2212C is #2DDED3. Grayscale: #575757. Windows color (decimal): -3006164 or 2892242. OLE color: 2892242.

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

Color convert

RGB 210 33 44 -
CMYK 0 0.84 0.79 0.18
HSL 356.27º 0.73% 0.48% -
HSV(B) 356.27º 0.84% 0.82% -
XYZ 27.58 14.97 3.82 -
YUV 87.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 210 33 44 0 0.84 0.79 0.18 356.27 0.73 0.48
Hex D2 21 2C 0 54 4F 12 164 49 30
Octal 322 41 54 0 124 117 22 544 111 60
Binary 11010010 100001 101100 0 1010100 1001111 10010 101100100 1001001 110000

Color Harmonies of #D2212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2212C

Black with #D2212C

Text Example


Text Example

White with #D2212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2212C; }

 p { color: rgb(210,33,44); }

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

background-color css

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

 a { background-color: rgb(210,33,44); }

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

border-color css

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

 span { border-color: rgb(210,33,44); }

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