#DC163D

Color #DC163D Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DC163D

Tints of Crimson #DC163D

Color information

#DC163D (or 0xDC163D) is unknown color: approx Crimson. HEX triplet: DC, 16 and 3D. RGB value is (220,22,61). Sum of RGB (Red+Green+Blue) = 220+22+61=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC163D is #23E9C2. Grayscale: #555555. Windows color (decimal): -2353603 or 4003548. OLE color: 4003548.

HSL color Cylindrical-coordinate representation of color #DC163D: hue angle of 348.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC163D is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB2202261-
CMYK00.90.720.14
HSL348.18º81.82%47.45%-
HSV(B)348.18º90%86.27%-
XYZ30.6416.135.91-
YUV85.65114.1223.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.61%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=72.61%
G=7.26%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220226100.90.720.14348.1881.8247.45
HexDC163D05A48E15c522f
Octal334267501321101653412257
Binary110111001011011110101011010100100011101010111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC163D; }

 p { color: rgb(220,22,61); }

 H1.HeaderClassName
 {
   color: #DC163D;
 }
 .AnyTagClassName
 {
   color: #DC163D;
 }
</style>
background-color css

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

 a { background-color: rgb(220,22,61); }

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

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

 span { border-color: rgb(220,22,61); }

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