Html Css Color HEX #DC1146 Crimson

📋 copy color: '#DC1146'

red 220 ◦ green 17 ◦ blue 70

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

Shades of Crimson #DC1146

Tints of Crimson #DC1146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 71.66%
G = 5.54%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC1146 (or 0xDC1146) is known color: Crimson. HEX triplet: DC, 11 and 46. RGB value is (220,17,70). Sum of RGB (Red+Green+Blue) = 220+17+70=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1146 is #23EEB9. Grayscale: #535353. Windows color (decimal): -2354874 or 4592092. OLE color: 4592092.

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

Color convert

RGB 220 17 70 -
CMYK 0 0.92 0.68 0.14
HSL 344.34º 0.86% 0.46% -
HSV(B) 344.34º 0.92% 0.86% -
XYZ 30.82 16.06 7.27 -
YUV 83.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 220 17 70 0 0.92 0.68 0.14 344.34 0.86 0.46
Hex DC 11 46 0 5C 44 E 158 56 2E
Octal 334 21 106 0 134 104 16 530 126 56
Binary 11011100 10001 1000110 0 1011100 1000100 1110 101011000 1010110 101110

Color Harmonies of #DC1146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1146

Black with #DC1146

Text Example


Text Example

White with #DC1146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1146; }

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

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

background-color css

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

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

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

border-color css

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

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

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