Html Css Color HEX #DC1020 Fire Engine Red

📋 copy color: '#DC1020'

red 220 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #DC1020

Tints of Fire Engine Red #DC1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 82.09%
G = 5.97%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1020 (or 0xDC1020) is known color: Fire Engine Red. HEX triplet: DC, 10 and 20. RGB value is (220,16,32). Sum of RGB (Red+Green+Blue) = 220+16+32=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1020 is #23EFDF. Grayscale: #4E4E4E. Windows color (decimal): -2355168 or 2101468. OLE color: 2101468.

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

Color convert

RGB 220 16 32 -
CMYK 0 0.93 0.85 0.14
HSL 355.29º 0.86% 0.46% -
HSV(B) 355.29º 0.93% 0.86% -
XYZ 29.96 15.69 2.82 -
YUV 78.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 220 16 32 0 0.93 0.85 0.14 355.29 0.86 0.46
Hex DC 10 20 0 5D 55 E 163 56 2E
Octal 334 20 40 0 135 125 16 543 126 56
Binary 11011100 10000 100000 0 1011101 1010101 1110 101100011 1010110 101110

Color Harmonies of #DC1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1020

Black with #DC1020

Text Example


Text Example

White with #DC1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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