Html Css Color HEX #DC1419 Fire Engine Red

📋 copy color: '#DC1419'

red 220 ◦ green 20 ◦ blue 25

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

Shades of Fire Engine Red #DC1419

Tints of Fire Engine Red #DC1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 83.02%
G = 7.55%
B = 9.43%

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

#DC1419 (or 0xDC1419) is known color: Fire Engine Red. HEX triplet: DC, 14 and 19. RGB value is (220,20,25). Sum of RGB (Red+Green+Blue) = 220+20+25=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1419 is #23EBE6. Grayscale: #505050. Windows color (decimal): -2354151 or 1643740. OLE color: 1643740.

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

Color convert

RGB 220 20 25 -
CMYK 0 0.91 0.89 0.14
HSL 358.5º 0.83% 0.47% -
HSV(B) 358.5º 0.91% 0.86% -
XYZ 29.94 15.79 2.39 -
YUV 80.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 220 20 25 0 0.91 0.89 0.14 358.5 0.83 0.47
Hex DC 14 19 0 5B 59 E 166 53 2F
Octal 334 24 31 0 133 131 16 546 123 57
Binary 11011100 10100 11001 0 1011011 1011001 1110 101100110 1010011 101111

Color Harmonies of #DC1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1419

Black with #DC1419

Text Example


Text Example

White with #DC1419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1419; }

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

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

background-color css

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

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

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

border-color css

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

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

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