Html Css Color HEX #DC191E Fire Engine Red

📋 copy color: '#DC191E'

red 220 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #DC191E

Tints of Fire Engine Red #DC191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 80%
G = 9.09%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC191E (or 0xDC191E) is known color: Fire Engine Red. HEX triplet: DC, 19 and 1E. RGB value is (220,25,30). Sum of RGB (Red+Green+Blue) = 220+25+30=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC191E is #23E6E1. Grayscale: #545454. Windows color (decimal): -2352866 or 1972700. OLE color: 1972700.

HSL color Cylindrical-coordinate representation of color #DC191E: hue angle of 358.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC191E is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 30 -
CMYK 0 0.89 0.86 0.14
HSL 358.46º 0.8% 0.48% -
HSV(B) 358.46º 0.89% 0.86% -
XYZ 30.1 16 2.73 -
YUV 83.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 220 25 30 0 0.89 0.86 0.14 358.46 0.8 0.48
Hex DC 19 1E 0 59 56 E 166 50 30
Octal 334 31 36 0 131 126 16 546 120 60
Binary 11011100 11001 11110 0 1011001 1010110 1110 101100110 1010000 110000

Color Harmonies of #DC191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC191E

Black with #DC191E

Text Example


Text Example

White with #DC191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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