Html Css Color HEX #D20A2C Fire Engine Red

📋 copy color: '#D20A2C'

red 210 ◦ green 10 ◦ blue 44

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

Shades of Fire Engine Red #D20A2C

Tints of Fire Engine Red #D20A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

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

R = 79.55%
G = 3.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D20A2C (or 0xD20A2C) is known color: Fire Engine Red. HEX triplet: D2, 0A and 2C. RGB value is (210,10,44). Sum of RGB (Red+Green+Blue) = 210+10+44=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20A2C is #2DF5D3. Grayscale: #494949. Windows color (decimal): -3012052 or 2886354. OLE color: 2886354.

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

Color convert

RGB 210 10 44 -
CMYK 0 0.95 0.79 0.18
HSL 349.8º 0.91% 0.43% -
HSV(B) 349.8º 0.95% 0.82% -
XYZ 27.14 14.1 3.67 -
YUV 73.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 210 10 44 0 0.95 0.79 0.18 349.8 0.91 0.43
Hex D2 A 2C 0 5F 4F 12 15E 5B 2B
Octal 322 12 54 0 137 117 22 536 133 53
Binary 11010010 1010 101100 0 1011111 1001111 10010 101011110 1011011 101011

Color Harmonies of #D20A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A2C

Black with #D20A2C

Text Example


Text Example

White with #D20A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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