Html Css Color HEX #DC1124 Fire Engine Red

📋 copy color: '#DC1124'

red 220 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #DC1124

Tints of Fire Engine Red #DC1124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 80.59%
G = 6.23%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1124 (or 0xDC1124) is known color: Fire Engine Red. HEX triplet: DC, 11 and 24. RGB value is (220,17,36). Sum of RGB (Red+Green+Blue) = 220+17+36=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1124 is #23EEDB. Grayscale: #4F4F4F. Windows color (decimal): -2354908 or 2363868. OLE color: 2363868.

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

Color convert

RGB 220 17 36 -
CMYK 0 0.92 0.84 0.14
HSL 354.38º 0.86% 0.46% -
HSV(B) 354.38º 0.92% 0.86% -
XYZ 30.03 15.74 3.12 -
YUV 79.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 220 17 36 0 0.92 0.84 0.14 354.38 0.86 0.46
Hex DC 11 24 0 5C 54 E 162 56 2E
Octal 334 21 44 0 134 124 16 542 126 56
Binary 11011100 10001 100100 0 1011100 1010100 1110 101100010 1010110 101110

Color Harmonies of #DC1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1124

Black with #DC1124

Text Example


Text Example

White with #DC1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1124; }

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

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

background-color css

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

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

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

border-color css

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

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

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