#DC1444

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

Shades of Crimson #DC1444

Tints of Crimson #DC1444

Color information

#DC1444 (or 0xDC1444) is unknown color: approx Crimson. HEX triplet: DC, 14 and 44. RGB value is (220,20,68). Sum of RGB (Red+Green+Blue) = 220+20+68=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1444 is #23EBBB. Grayscale: #555555. Windows color (decimal): -2354108 or 4461788. OLE color: 4461788.

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

Color convert

RGB2202068-
CMYK00.910.690.14
HSL345.6º83.33%47.06%-
HSV(B)345.6º90.91%86.27%-
XYZ30.8116.136.96-
YUV85.27118.26224.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=71.43%
G=6.49%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220206800.910.690.14345.683.3347.06
HexDC144405B45E15a532f
Octal3342410401331051653212357
Binary1101110010100100010001011011100010111101010110101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1444; }

 p { color: rgb(220,20,68); }

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

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

 a { background-color: rgb(220,20,68); }

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

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

 span { border-color: rgb(220,20,68); }

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