Html Css Color HEX #DC1314 Fire Engine Red

📋 copy color: '#DC1314'

red 220 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #DC1314

Tints of Fire Engine Red #DC1314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 84.94%
G = 7.34%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1314 (or 0xDC1314) is known color: Fire Engine Red. HEX triplet: DC, 13 and 14. RGB value is (220,19,20). Sum of RGB (Red+Green+Blue) = 220+19+20=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1314 is #23ECEB. Grayscale: #4F4F4F. Windows color (decimal): -2354412 or 1315804. OLE color: 1315804.

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

Color convert

RGB 220 19 20 -
CMYK 0 0.91 0.91 0.14
HSL 359.7º 0.84% 0.47% -
HSV(B) 359.7º 0.91% 0.86% -
XYZ 29.87 15.73 2.12 -
YUV 79.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 220 19 20 0 0.91 0.91 0.14 359.7 0.84 0.47
Hex DC 13 14 0 5B 5B E 168 54 2F
Octal 334 23 24 0 133 133 16 550 124 57
Binary 11011100 10011 10100 0 1011011 1011011 1110 101101000 1010100 101111

Color Harmonies of #DC1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1314

Black with #DC1314

Text Example


Text Example

White with #DC1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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