Html Css Color HEX #DC1621 Fire Engine Red

📋 copy color: '#DC1621'

red 220 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #DC1621

Tints of Fire Engine Red #DC1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

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

R = 80%
G = 8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1621 (or 0xDC1621) is known color: Fire Engine Red. HEX triplet: DC, 16 and 21. RGB value is (220,22,33). Sum of RGB (Red+Green+Blue) = 220+22+33=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1621 is #23E9DE. Grayscale: #525252. Windows color (decimal): -2353631 or 2168540. OLE color: 2168540.

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

Color convert

RGB 220 22 33 -
CMYK 0 0.9 0.85 0.14
HSL 356.67º 0.82% 0.47% -
HSV(B) 356.67º 0.9% 0.86% -
XYZ 30.08 15.9 2.92 -
YUV 82.46 100.1 226.11 -
System Red Green Blue C M Y K H S L
Decimal 220 22 33 0 0.9 0.85 0.14 356.67 0.82 0.47
Hex DC 16 21 0 5A 55 E 165 52 2F
Octal 334 26 41 0 132 125 16 545 122 57
Binary 11011100 10110 100001 0 1011010 1010101 1110 101100101 1010010 101111

Color Harmonies of #DC1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1621

Black with #DC1621

Text Example


Text Example

White with #DC1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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