Html Css Color HEX #DC1321 Fire Engine Red

📋 copy color: '#DC1321'

red 220 ◦ green 19 ◦ blue 33

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

Shades of Fire Engine Red #DC1321

Tints of Fire Engine Red #DC1321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 80.88%
G = 6.99%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1321 (or 0xDC1321) is known color: Fire Engine Red. HEX triplet: DC, 13 and 21. RGB value is (220,19,33). Sum of RGB (Red+Green+Blue) = 220+19+33=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1321 is #23ECDE. Grayscale: #505050. Windows color (decimal): -2354399 or 2167772. OLE color: 2167772.

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

Color convert

RGB 220 19 33 -
CMYK 0 0.91 0.85 0.14
HSL 355.82º 0.84% 0.47% -
HSV(B) 355.82º 0.91% 0.86% -
XYZ 30.02 15.79 2.9 -
YUV 80.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 220 19 33 0 0.91 0.85 0.14 355.82 0.84 0.47
Hex DC 13 21 0 5B 55 E 164 54 2F
Octal 334 23 41 0 133 125 16 544 124 57
Binary 11011100 10011 100001 0 1011011 1010101 1110 101100100 1010100 101111

Color Harmonies of #DC1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1321

Black with #DC1321

Text Example


Text Example

White with #DC1321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1321; }

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

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

background-color css

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

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

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

border-color css

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

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

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