Html Css Color HEX #DC1213 Fire Engine Red

📋 copy color: '#DC1213'

red 220 ◦ green 18 ◦ blue 19

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

Shades of Fire Engine Red #DC1213

Tints of Fire Engine Red #DC1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 85.6%
G = 7%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1213 (or 0xDC1213) is known color: Fire Engine Red. HEX triplet: DC, 12 and 13. RGB value is (220,18,19). Sum of RGB (Red+Green+Blue) = 220+18+19=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1213 is #23EDEC. Grayscale: #4E4E4E. Windows color (decimal): -2354669 or 1250012. OLE color: 1250012.

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

Color convert

RGB 220 18 19 -
CMYK 0 0.92 0.91 0.14
HSL 359.7º 0.85% 0.47% -
HSV(B) 359.7º 0.92% 0.86% -
XYZ 29.85 15.7 2.07 -
YUV 78.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 220 18 19 0 0.92 0.91 0.14 359.7 0.85 0.47
Hex DC 12 13 0 5C 5B E 168 55 2F
Octal 334 22 23 0 134 133 16 550 125 57
Binary 11011100 10010 10011 0 1011100 1011011 1110 101101000 1010101 101111

Color Harmonies of #DC1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1213

Black with #DC1213

Text Example


Text Example

White with #DC1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1213; }

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

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

background-color css

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

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

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

border-color css

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

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

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