Html Css Color HEX #DC0420 Fire Engine Red

📋 copy color: '#DC0420'

red 220 ◦ green 4 ◦ blue 32

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

Shades of Fire Engine Red #DC0420

Tints of Fire Engine Red #DC0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 85.94%
G = 1.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0420 (or 0xDC0420) is known color: Fire Engine Red. HEX triplet: DC, 04 and 20. RGB value is (220,4,32). Sum of RGB (Red+Green+Blue) = 220+4+32=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0420 is #23FBDF. Grayscale: #474747. Windows color (decimal): -2358240 or 2098396. OLE color: 2098396.

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

Color convert

RGB 220 4 32 -
CMYK 0 0.98 0.85 0.14
HSL 352.22º 0.96% 0.44% -
HSV(B) 352.22º 0.98% 0.86% -
XYZ 29.82 15.41 2.77 -
YUV 71.78 105.56 233.72 -
System Red Green Blue C M Y K H S L
Decimal 220 4 32 0 0.98 0.85 0.14 352.22 0.96 0.44
Hex DC 4 20 0 62 55 E 160 60 2C
Octal 334 4 40 0 142 125 16 540 140 54
Binary 11011100 100 100000 0 1100010 1010101 1110 101100000 1100000 101100

Color Harmonies of #DC0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0420

Black with #DC0420

Text Example


Text Example

White with #DC0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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