Html Css Color HEX #DC1720 Fire Engine Red

📋 copy color: '#DC1720'

red 220 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #DC1720

Tints of Fire Engine Red #DC1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 80%
G = 8.36%
B = 11.64%

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

#DC1720 (or 0xDC1720) is known color: Fire Engine Red. HEX triplet: DC, 17 and 20. RGB value is (220,23,32). Sum of RGB (Red+Green+Blue) = 220+23+32=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1720 is #23E8DF. Grayscale: #535353. Windows color (decimal): -2353376 or 2103260. OLE color: 2103260.

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

Color convert

RGB 220 23 32 -
CMYK 0 0.90 0.85 0.14
HSL 357.26º 0.81% 0.48% -
HSV(B) 357.26º 0.9% 0.86% -
XYZ 30.08 15.93 2.86 -
YUV 82.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 220 23 32 0 0.90 0.85 0.14 357.26 0.81 0.48
Hex DC 17 20 0 5A 55 E 165 51 30
Octal 334 27 40 0 132 125 16 545 121 60
Binary 11011100 10111 100000 0 1011010 1010101 1110 101100101 1010001 110000

Color Harmonies of #DC1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1720

Black with #DC1720

Text Example


Text Example

White with #DC1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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