Html Css Color HEX #DC2146 Crimson

📋 copy color: '#DC2146'

red 220 ◦ green 33 ◦ blue 70

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

Shades of Crimson #DC2146

Tints of Crimson #DC2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

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

R = 68.11%
G = 10.22%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2146 (or 0xDC2146) is known color: Crimson. HEX triplet: DC, 21 and 46. RGB value is (220,33,70). Sum of RGB (Red+Green+Blue) = 220+33+70=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2146 is #23DEB9. Grayscale: #5D5D5D. Windows color (decimal): -2350778 or 4596188. OLE color: 4596188.

HSL color Cylindrical-coordinate representation of color #DC2146: hue angle of 348.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2146 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 70 -
CMYK 0 0.85 0.68 0.14
HSL 348.13º 0.74% 0.5% -
HSV(B) 348.13º 0.85% 0.86% -
XYZ 31.16 16.75 7.38 -
YUV 93.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 220 33 70 0 0.85 0.68 0.14 348.13 0.74 0.5
Hex DC 21 46 0 55 44 E 15C 4A 32
Octal 334 41 106 0 125 104 16 534 112 62
Binary 11011100 100001 1000110 0 1010101 1000100 1110 101011100 1001010 110010

Color Harmonies of #DC2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2146

Black with #DC2146

Text Example


Text Example

White with #DC2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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