Html Css Color HEX #D20C23 Fire Engine Red

📋 copy color: '#D20C23'

red 210 ◦ green 12 ◦ blue 35

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

Shades of Fire Engine Red #D20C23

Tints of Fire Engine Red #D20C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 81.71%
G = 4.67%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20C23 (or 0xD20C23) is known color: Fire Engine Red. HEX triplet: D2, 0C and 23. RGB value is (210,12,35). Sum of RGB (Red+Green+Blue) = 210+12+35=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C23 is #2DF3DC. Grayscale: #494949. Windows color (decimal): -3011549 or 2297042. OLE color: 2297042.

HSL color Cylindrical-coordinate representation of color #D20C23: hue angle of 353.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C23 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 35 -
CMYK 0 0.94 0.83 0.18
HSL 353.03º 0.89% 0.44% -
HSV(B) 353.03º 0.94% 0.82% -
XYZ 27.01 14.09 2.89 -
YUV 73.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 210 12 35 0 0.94 0.83 0.18 353.03 0.89 0.44
Hex D2 C 23 0 5E 53 12 161 59 2C
Octal 322 14 43 0 136 123 22 541 131 54
Binary 11010010 1100 100011 0 1011110 1010011 10010 101100001 1011001 101100

Color Harmonies of #D20C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C23

Black with #D20C23

Text Example


Text Example

White with #D20C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C23; }

 p { color: rgb(210,12,35); }

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

background-color css

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

 a { background-color: rgb(210,12,35); }

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

border-color css

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

 span { border-color: rgb(210,12,35); }

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