Html Css Color HEX #DC1229 Fire Engine Red

📋 copy color: '#DC1229'

red 220 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #DC1229

Tints of Fire Engine Red #DC1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

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

R = 78.85%
G = 6.45%
B = 14.7%

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

#DC1229 (or 0xDC1229) is known color: Fire Engine Red. HEX triplet: DC, 12 and 29. RGB value is (220,18,41). Sum of RGB (Red+Green+Blue) = 220+18+41=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1229 is #23EDD6. Grayscale: #515151. Windows color (decimal): -2354647 or 2691804. OLE color: 2691804.

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

Color convert

RGB 220 18 41 -
CMYK 0 0.92 0.81 0.14
HSL 353.17º 0.85% 0.47% -
HSV(B) 353.17º 0.92% 0.86% -
XYZ 30.13 15.81 3.56 -
YUV 81.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 220 18 41 0 0.92 0.81 0.14 353.17 0.85 0.47
Hex DC 12 29 0 5C 51 E 161 55 2F
Octal 334 22 51 0 134 121 16 541 125 57
Binary 11011100 10010 101001 0 1011100 1010001 1110 101100001 1010101 101111

Color Harmonies of #DC1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1229

Black with #DC1229

Text Example


Text Example

White with #DC1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1229; }

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

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

background-color css

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

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

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

border-color css

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

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

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