Html Css Color HEX #D2202F Fire Engine Red

📋 copy color: '#D2202F'

red 210 ◦ green 32 ◦ blue 47

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

Shades of Fire Engine Red #D2202F

Tints of Fire Engine Red #D2202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 72.66%
G = 11.07%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2202F (or 0xD2202F) is known color: Fire Engine Red. HEX triplet: D2, 20 and 2F. RGB value is (210,32,47). Sum of RGB (Red+Green+Blue) = 210+32+47=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2202F is #2DDFD0. Grayscale: #575757. Windows color (decimal): -3006417 or 3088594. OLE color: 3088594.

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

Color convert

RGB 210 32 47 -
CMYK 0 0.85 0.78 0.18
HSL 354.94º 0.74% 0.47% -
HSV(B) 354.94º 0.85% 0.82% -
XYZ 27.61 14.94 4.12 -
YUV 86.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 210 32 47 0 0.85 0.78 0.18 354.94 0.74 0.47
Hex D2 20 2F 0 55 4E 12 163 4A 2F
Octal 322 40 57 0 125 116 22 543 112 57
Binary 11010010 100000 101111 0 1010101 1001110 10010 101100011 1001010 101111

Color Harmonies of #D2202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2202F

Black with #D2202F

Text Example


Text Example

White with #D2202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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