Html Css Color HEX #DC1021 Fire Engine Red

📋 copy color: '#DC1021'

red 220 ◦ green 16 ◦ blue 33

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

Shades of Fire Engine Red #DC1021

Tints of Fire Engine Red #DC1021

RGB

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

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

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

R = 81.78%
G = 5.95%
B = 12.27%

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

#DC1021 (or 0xDC1021) is known color: Fire Engine Red. HEX triplet: DC, 10 and 21. RGB value is (220,16,33). Sum of RGB (Red+Green+Blue) = 220+16+33=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1021 is #23EFDE. Grayscale: #4F4F4F. Windows color (decimal): -2355167 or 2167004. OLE color: 2167004.

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

Color convert

RGB 220 16 33 -
CMYK 0 0.93 0.85 0.14
HSL 355º 0.86% 0.46% -
HSV(B) 355º 0.93% 0.86% -
XYZ 29.98 15.7 2.89 -
YUV 78.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 220 16 33 0 0.93 0.85 0.14 355 0.86 0.46
Hex DC 10 21 0 5D 55 E 163 56 2E
Octal 334 20 41 0 135 125 16 543 126 56
Binary 11011100 10000 100001 0 1011101 1010101 1110 101100011 1010110 101110

Color Harmonies of #DC1021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1021

Black with #DC1021

Text Example


Text Example

White with #DC1021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1021; }

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

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

background-color css

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

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

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

border-color css

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

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

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