Html Css Color HEX #DC1721 Fire Engine Red

📋 copy color: '#DC1721'

red 220 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #DC1721

Tints of Fire Engine Red #DC1721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 79.71%
G = 8.33%
B = 11.96%

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

#DC1721 (or 0xDC1721) is known color: Fire Engine Red. HEX triplet: DC, 17 and 21. RGB value is (220,23,33). Sum of RGB (Red+Green+Blue) = 220+23+33=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1721 is #23E8DE. Grayscale: #535353. Windows color (decimal): -2353375 or 2168796. OLE color: 2168796.

HSL color Cylindrical-coordinate representation of color #DC1721: hue angle of 356.95º 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 #DC1721 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 33 -
CMYK 0 0.90 0.85 0.14
HSL 356.95º 0.81% 0.48% -
HSV(B) 356.95º 0.9% 0.86% -
XYZ 30.1 15.94 2.93 -
YUV 83.04 99.77 225.69 -
System Red Green Blue C M Y K H S L
Decimal 220 23 33 0 0.90 0.85 0.14 356.95 0.81 0.48
Hex DC 17 21 0 5A 55 E 165 51 30
Octal 334 27 41 0 132 125 16 545 121 60
Binary 11011100 10111 100001 0 1011010 1010101 1110 101100101 1010001 110000

Color Harmonies of #DC1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1721

Black with #DC1721

Text Example


Text Example

White with #DC1721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1721; }

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

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

background-color css

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

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

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

border-color css

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

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

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