Html Css Color HEX #DC111E Fire Engine Red

📋 copy color: '#DC111E'

red 220 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #DC111E

Tints of Fire Engine Red #DC111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 82.4%
G = 6.37%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC111E (or 0xDC111E) is known color: Fire Engine Red. HEX triplet: DC, 11 and 1E. RGB value is (220,17,30). Sum of RGB (Red+Green+Blue) = 220+17+30=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC111E is #23EEE1. Grayscale: #4F4F4F. Windows color (decimal): -2354914 or 1970652. OLE color: 1970652.

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

Color convert

RGB 220 17 30 -
CMYK 0 0.92 0.86 0.14
HSL 356.16º 0.86% 0.46% -
HSV(B) 356.16º 0.92% 0.86% -
XYZ 29.95 15.71 2.68 -
YUV 79.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 220 17 30 0 0.92 0.86 0.14 356.16 0.86 0.46
Hex DC 11 1E 0 5C 56 E 164 56 2E
Octal 334 21 36 0 134 126 16 544 126 56
Binary 11011100 10001 11110 0 1011100 1010110 1110 101100100 1010110 101110

Color Harmonies of #DC111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC111E

Black with #DC111E

Text Example


Text Example

White with #DC111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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