Html Css Color HEX #DC1123 Fire Engine Red

📋 copy color: '#DC1123'

red 220 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #DC1123

Tints of Fire Engine Red #DC1123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 80.88%
G = 6.25%
B = 12.87%

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

#DC1123 (or 0xDC1123) is known color: Fire Engine Red. HEX triplet: DC, 11 and 23. RGB value is (220,17,35). Sum of RGB (Red+Green+Blue) = 220+17+35=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1123 is #23EEDC. Grayscale: #4F4F4F. Windows color (decimal): -2354909 or 2298332. OLE color: 2298332.

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

Color convert

RGB 220 17 35 -
CMYK 0 0.92 0.84 0.14
HSL 354.68º 0.86% 0.46% -
HSV(B) 354.68º 0.92% 0.86% -
XYZ 30.02 15.74 3.05 -
YUV 79.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 220 17 35 0 0.92 0.84 0.14 354.68 0.86 0.46
Hex DC 11 23 0 5C 54 E 163 56 2E
Octal 334 21 43 0 134 124 16 543 126 56
Binary 11011100 10001 100011 0 1011100 1010100 1110 101100011 1010110 101110

Color Harmonies of #DC1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1123

Black with #DC1123

Text Example


Text Example

White with #DC1123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1123; }

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

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

background-color css

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

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

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

border-color css

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

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

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