#DC1D40

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

Shades of Crimson #DC1D40

Tints of Crimson #DC1D40

Color information

#DC1D40 (or 0xDC1D40) is unknown color: approx Crimson. HEX triplet: DC, 1D and 40. RGB value is (220,29,64). Sum of RGB (Red+Green+Blue) = 220+29+64=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D40 is #23E2BF. Grayscale: #5A5A5A. Windows color (decimal): -2351808 or 4201948. OLE color: 4201948.

HSL color Cylindrical-coordinate representation of color #DC1D40: hue angle of 349.01º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1D40 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB2202964-
CMYK00.870.710.14
HSL349.01º76.71%48.82%-
HSV(B)349.01º86.82%86.27%-
XYZ30.8816.466.4-
YUV90.1113.28220.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.29%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=70.29%
G=9.27%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220296400.870.710.14349.0176.7148.82
HexDC1D4005747E15d4d31
Octal3343510001271071653511561
Binary1101110011101100000001010111100011111101010111011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1D40; }

 p { color: rgb(220,29,64); }

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

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

 a { background-color: rgb(220,29,64); }

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

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

 span { border-color: rgb(220,29,64); }

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