Html Css Color HEX #DC1318 Fire Engine Red

📋 copy color: '#DC1318'

red 220 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #DC1318

Tints of Fire Engine Red #DC1318

RGB

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

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

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

R = 83.65%
G = 7.22%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC1318 (or 0xDC1318) is known color: Fire Engine Red. HEX triplet: DC, 13 and 18. RGB value is (220,19,24). Sum of RGB (Red+Green+Blue) = 220+19+24=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1318 is #23ECE7. Grayscale: #4F4F4F. Windows color (decimal): -2354408 or 1577948. OLE color: 1577948.

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

Color convert

RGB 220 19 24 -
CMYK 0 0.91 0.89 0.14
HSL 358.51º 0.84% 0.47% -
HSV(B) 358.51º 0.91% 0.86% -
XYZ 29.91 15.75 2.33 -
YUV 79.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 220 19 24 0 0.91 0.89 0.14 358.51 0.84 0.47
Hex DC 13 18 0 5B 59 E 167 54 2F
Octal 334 23 30 0 133 131 16 547 124 57
Binary 11011100 10011 11000 0 1011011 1011001 1110 101100111 1010100 101111

Color Harmonies of #DC1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1318

Black with #DC1318

Text Example


Text Example

White with #DC1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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