Html Css Color HEX #DC0620 Fire Engine Red

📋 copy color: '#DC0620'

red 220 ◦ green 6 ◦ blue 32

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

Shades of Fire Engine Red #DC0620

Tints of Fire Engine Red #DC0620

RGB

 RED value IS 220 (86.33% from 255) = 85.27%

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 85.27%
G = 2.33%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0620 (or 0xDC0620) is known color: Fire Engine Red. HEX triplet: DC, 06 and 20. RGB value is (220,6,32). Sum of RGB (Red+Green+Blue) = 220+6+32=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0620 is #23F9DF. Grayscale: #494949. Windows color (decimal): -2357728 or 2098908. OLE color: 2098908.

HSL color Cylindrical-coordinate representation of color #DC0620: hue angle of 352.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0620 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 32 -
CMYK 0 0.97 0.85 0.14
HSL 352.71º 0.95% 0.44% -
HSV(B) 352.71º 0.97% 0.86% -
XYZ 29.84 15.45 2.78 -
YUV 72.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 220 6 32 0 0.97 0.85 0.14 352.71 0.95 0.44
Hex DC 6 20 0 61 55 E 161 5F 2C
Octal 334 6 40 0 141 125 16 541 137 54
Binary 11011100 110 100000 0 1100001 1010101 1110 101100001 1011111 101100

Color Harmonies of #DC0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0620

Black with #DC0620

Text Example


Text Example

White with #DC0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0620; }

 p { color: rgb(220,6,32); }

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

background-color css

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

 a { background-color: rgb(220,6,32); }

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

border-color css

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

 span { border-color: rgb(220,6,32); }

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