Html Css Color HEX #D2202D Fire Engine Red

📋 copy color: '#D2202D'

red 210 ◦ green 32 ◦ blue 45

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

Shades of Fire Engine Red #D2202D

Tints of Fire Engine Red #D2202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 73.17%
G = 11.15%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2202D (or 0xD2202D) is known color: Fire Engine Red. HEX triplet: D2, 20 and 2D. RGB value is (210,32,45). Sum of RGB (Red+Green+Blue) = 210+32+45=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2202D is #2DDFD2. Grayscale: #565656. Windows color (decimal): -3006419 or 2957522. OLE color: 2957522.

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

Color convert

RGB 210 32 45 -
CMYK 0 0.85 0.79 0.18
HSL 355.62º 0.74% 0.47% -
HSV(B) 355.62º 0.85% 0.82% -
XYZ 27.57 14.92 3.91 -
YUV 86.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 210 32 45 0 0.85 0.79 0.18 355.62 0.74 0.47
Hex D2 20 2D 0 55 4F 12 164 4A 2F
Octal 322 40 55 0 125 117 22 544 112 57
Binary 11010010 100000 101101 0 1010101 1001111 10010 101100100 1001010 101111

Color Harmonies of #D2202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2202D

Black with #D2202D

Text Example


Text Example

White with #D2202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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