#DC182D

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

Shades of Crimson #DC182D

Tints of Crimson #DC182D

Color information

#DC182D (or 0xDC182D) is unknown color: approx Crimson. HEX triplet: DC, 18 and 2D. RGB value is (220,24,45). Sum of RGB (Red+Green+Blue) = 220+24+45=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC182D is #23E7D2. Grayscale: #555555. Windows color (decimal): -2353107 or 2955484. OLE color: 2955484.

HSL color Cylindrical-coordinate representation of color #DC182D: hue angle of 353.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC182D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2202445-
CMYK00.890.800.14
HSL353.57º80.33%47.84%-
HSV(B)353.57º89.09%86.27%-
XYZ30.3216.063.98-
YUV85105.43224.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 76.12%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=76.12%
G=8.30%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220244500.890.800.14353.5780.3347.84
HexDC182D05950E1625030
Octal334305501311201654212060
Binary110111001100010110101011001101000011101011000101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC182D; }

 p { color: rgb(220,24,45); }

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

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

 a { background-color: rgb(220,24,45); }

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

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

 span { border-color: rgb(220,24,45); }

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