Html Css Color HEX #DC1520 Fire Engine Red

📋 copy color: '#DC1520'

red 220 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #DC1520

Tints of Fire Engine Red #DC1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 80.59%
G = 7.69%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1520 (or 0xDC1520) is known color: Fire Engine Red. HEX triplet: DC, 15 and 20. RGB value is (220,21,32). Sum of RGB (Red+Green+Blue) = 220+21+32=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1520 is #23EADF. Grayscale: #515151. Windows color (decimal): -2353888 or 2102748. OLE color: 2102748.

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

Color convert

RGB 220 21 32 -
CMYK 0 0.90 0.85 0.14
HSL 356.68º 0.83% 0.47% -
HSV(B) 356.68º 0.9% 0.86% -
XYZ 30.04 15.86 2.84 -
YUV 81.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 220 21 32 0 0.90 0.85 0.14 356.68 0.83 0.47
Hex DC 15 20 0 5A 55 E 165 53 2F
Octal 334 25 40 0 132 125 16 545 123 57
Binary 11011100 10101 100000 0 1011010 1010101 1110 101100101 1010011 101111

Color Harmonies of #DC1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1520

Black with #DC1520

Text Example


Text Example

White with #DC1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1520; }

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

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

background-color css

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

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

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

border-color css

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

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

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