Html Css Color HEX #DC1316 Fire Engine Red

📋 copy color: '#DC1316'

red 220 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #DC1316

Tints of Fire Engine Red #DC1316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 84.29%
G = 7.28%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC1316 (or 0xDC1316) is known color: Fire Engine Red. HEX triplet: DC, 13 and 16. RGB value is (220,19,22). Sum of RGB (Red+Green+Blue) = 220+19+22=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1316 is #23ECE9. Grayscale: #4F4F4F. Windows color (decimal): -2354410 or 1446876. OLE color: 1446876.

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

Color convert

RGB 220 19 22 -
CMYK 0 0.91 0.9 0.14
HSL 359.1º 0.84% 0.47% -
HSV(B) 359.1º 0.91% 0.86% -
XYZ 29.89 15.74 2.22 -
YUV 79.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 220 19 22 0 0.91 0.9 0.14 359.1 0.84 0.47
Hex DC 13 16 0 5B 5A E 167 54 2F
Octal 334 23 26 0 133 132 16 547 124 57
Binary 11011100 10011 10110 0 1011011 1011010 1110 101100111 1010100 101111

Color Harmonies of #DC1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1316

Black with #DC1316

Text Example


Text Example

White with #DC1316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1316; }

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

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

background-color css

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

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

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

border-color css

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

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

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