Html Css Color HEX #DC1141 Crimson

📋 copy color: '#DC1141'

red 220 ◦ green 17 ◦ blue 65

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

Shades of Crimson #DC1141

Tints of Crimson #DC1141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 72.85%
G = 5.63%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1141 (or 0xDC1141) is known color: Crimson. HEX triplet: DC, 11 and 41. RGB value is (220,17,65). Sum of RGB (Red+Green+Blue) = 220+17+65=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1141 is #23EEBE. Grayscale: #535353. Windows color (decimal): -2354879 or 4264412. OLE color: 4264412.

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

Color convert

RGB 220 17 65 -
CMYK 0 0.92 0.70 0.14
HSL 345.81º 0.86% 0.46% -
HSV(B) 345.81º 0.92% 0.86% -
XYZ 30.67 16 6.47 -
YUV 83.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 220 17 65 0 0.92 0.70 0.14 345.81 0.86 0.46
Hex DC 11 41 0 5C 46 E 15A 56 2E
Octal 334 21 101 0 134 106 16 532 126 56
Binary 11011100 10001 1000001 0 1011100 1000110 1110 101011010 1010110 101110

Color Harmonies of #DC1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1141

Black with #DC1141

Text Example


Text Example

White with #DC1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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