Html Css Color HEX #DC1142 Crimson

📋 copy color: '#DC1142'

red 220 ◦ green 17 ◦ blue 66

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

Shades of Crimson #DC1142

Tints of Crimson #DC1142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 72.61%
G = 5.61%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC1142 (or 0xDC1142) is known color: Crimson. HEX triplet: DC, 11 and 42. RGB value is (220,17,66). Sum of RGB (Red+Green+Blue) = 220+17+66=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1142 is #23EEBD. Grayscale: #535353. Windows color (decimal): -2354878 or 4329948. OLE color: 4329948.

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

Color convert

RGB 220 17 66 -
CMYK 0 0.92 0.7 0.14
HSL 345.52º 0.86% 0.46% -
HSV(B) 345.52º 0.92% 0.86% -
XYZ 30.7 16.01 6.63 -
YUV 83.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 220 17 66 0 0.92 0.7 0.14 345.52 0.86 0.46
Hex DC 11 42 0 5C 46 E 15A 56 2E
Octal 334 21 102 0 134 106 16 532 126 56
Binary 11011100 10001 1000010 0 1011100 1000110 1110 101011010 1010110 101110

Color Harmonies of #DC1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1142

Black with #DC1142

Text Example


Text Example

White with #DC1142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1142; }

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

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

background-color css

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

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

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

border-color css

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

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

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