Html Css Color HEX #DC1129 Fire Engine Red

📋 copy color: '#DC1129'

red 220 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #DC1129

Tints of Fire Engine Red #DC1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 79.14%
G = 6.12%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC1129 (or 0xDC1129) is known color: Fire Engine Red. HEX triplet: DC, 11 and 29. RGB value is (220,17,41). Sum of RGB (Red+Green+Blue) = 220+17+41=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1129 is #23EED6. Grayscale: #505050. Windows color (decimal): -2354903 or 2691548. OLE color: 2691548.

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

Color convert

RGB 220 17 41 -
CMYK 0 0.92 0.81 0.14
HSL 352.91º 0.86% 0.46% -
HSV(B) 352.91º 0.92% 0.86% -
XYZ 30.12 15.78 3.56 -
YUV 80.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 220 17 41 0 0.92 0.81 0.14 352.91 0.86 0.46
Hex DC 11 29 0 5C 51 E 161 56 2E
Octal 334 21 51 0 134 121 16 541 126 56
Binary 11011100 10001 101001 0 1011100 1010001 1110 101100001 1010110 101110

Color Harmonies of #DC1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1129

Black with #DC1129

Text Example


Text Example

White with #DC1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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