Html Css Color HEX #DC1618 Fire Engine Red

📋 copy color: '#DC1618'

red 220 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #DC1618

Tints of Fire Engine Red #DC1618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 82.71%
G = 8.27%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC1618 (or 0xDC1618) is known color: Fire Engine Red. HEX triplet: DC, 16 and 18. RGB value is (220,22,24). Sum of RGB (Red+Green+Blue) = 220+22+24=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1618 is #23E9E7. Grayscale: #515151. Windows color (decimal): -2353640 or 1578716. OLE color: 1578716.

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

Color convert

RGB 220 22 24 -
CMYK 0 0.9 0.89 0.14
HSL 359.39º 0.82% 0.47% -
HSV(B) 359.39º 0.9% 0.86% -
XYZ 29.97 15.86 2.35 -
YUV 81.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 220 22 24 0 0.9 0.89 0.14 359.39 0.82 0.47
Hex DC 16 18 0 5A 59 E 167 52 2F
Octal 334 26 30 0 132 131 16 547 122 57
Binary 11011100 10110 11000 0 1011010 1011001 1110 101100111 1010010 101111

Color Harmonies of #DC1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1618

Black with #DC1618

Text Example


Text Example

White with #DC1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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