Html Css Color HEX #DC1139 Crimson

📋 copy color: '#DC1139'

red 220 ◦ green 17 ◦ blue 57

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

Shades of Crimson #DC1139

Tints of Crimson #DC1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 74.83%
G = 5.78%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC1139 (or 0xDC1139) is known color: Crimson. HEX triplet: DC, 11 and 39. RGB value is (220,17,57). Sum of RGB (Red+Green+Blue) = 220+17+57=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1139 is #23EEC6. Grayscale: #525252. Windows color (decimal): -2354887 or 3740124. OLE color: 3740124.

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

Color convert

RGB 220 17 57 -
CMYK 0 0.92 0.74 0.14
HSL 348.18º 0.86% 0.46% -
HSV(B) 348.18º 0.92% 0.86% -
XYZ 30.45 15.91 5.34 -
YUV 82.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 220 17 57 0 0.92 0.74 0.14 348.18 0.86 0.46
Hex DC 11 39 0 5C 4A E 15C 56 2E
Octal 334 21 71 0 134 112 16 534 126 56
Binary 11011100 10001 111001 0 1011100 1001010 1110 101011100 1010110 101110

Color Harmonies of #DC1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1139

Black with #DC1139

Text Example


Text Example

White with #DC1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1139; }

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

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

background-color css

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

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

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

border-color css

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

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

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