Html Css Color HEX #DC1149 Crimson

📋 copy color: '#DC1149'

red 220 ◦ green 17 ◦ blue 73

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

Shades of Crimson #DC1149

Tints of Crimson #DC1149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 70.97%
G = 5.48%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC1149 (or 0xDC1149) is known color: Crimson. HEX triplet: DC, 11 and 49. RGB value is (220,17,73). Sum of RGB (Red+Green+Blue) = 220+17+73=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1149 is #23EEB6. Grayscale: #545454. Windows color (decimal): -2354871 or 4788700. OLE color: 4788700.

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

Color convert

RGB 220 17 73 -
CMYK 0 0.92 0.67 0.14
HSL 343.45º 0.86% 0.46% -
HSV(B) 343.45º 0.92% 0.86% -
XYZ 30.92 16.1 7.78 -
YUV 84.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 220 17 73 0 0.92 0.67 0.14 343.45 0.86 0.46
Hex DC 11 49 0 5C 43 E 157 56 2E
Octal 334 21 111 0 134 103 16 527 126 56
Binary 11011100 10001 1001001 0 1011100 1000011 1110 101010111 1010110 101110

Color Harmonies of #DC1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1149

Black with #DC1149

Text Example


Text Example

White with #DC1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1149; }

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

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

background-color css

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

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

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

border-color css

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

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

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