Html Css Color HEX #DC1319 Fire Engine Red

📋 copy color: '#DC1319'

red 220 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #DC1319

Tints of Fire Engine Red #DC1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 83.33%
G = 7.2%
B = 9.47%

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

#DC1319 (or 0xDC1319) is known color: Fire Engine Red. HEX triplet: DC, 13 and 19. RGB value is (220,19,25). Sum of RGB (Red+Green+Blue) = 220+19+25=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1319 is #23ECE6. Grayscale: #4F4F4F. Windows color (decimal): -2354407 or 1643484. OLE color: 1643484.

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

Color convert

RGB 220 19 25 -
CMYK 0 0.91 0.89 0.14
HSL 358.21º 0.84% 0.47% -
HSV(B) 358.21º 0.91% 0.86% -
XYZ 29.92 15.75 2.38 -
YUV 79.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 220 19 25 0 0.91 0.89 0.14 358.21 0.84 0.47
Hex DC 13 19 0 5B 59 E 166 54 2F
Octal 334 23 31 0 133 131 16 546 124 57
Binary 11011100 10011 11001 0 1011011 1011001 1110 101100110 1010100 101111

Color Harmonies of #DC1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1319

Black with #DC1319

Text Example


Text Example

White with #DC1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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