#DF1644

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

Shades of Crimson #DF1644

Tints of Crimson #DF1644

Color information

#DF1644 (or 0xDF1644) is unknown color: approx Crimson. HEX triplet: DF, 16 and 44. RGB value is (223,22,68). Sum of RGB (Red+Green+Blue) = 223+22+68=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1644 is #20E9BB. Grayscale: #575757. Windows color (decimal): -2156988 or 4462303. OLE color: 4462303.

HSL color Cylindrical-coordinate representation of color #DF1644: hue angle of 346.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1644 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2232268-
CMYK00.900.700.13
HSL346.27º82.04%48.04%-
HSV(B)346.27º90.13%87.45%-
XYZ31.7616.687.01-
YUV87.34117.09224.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.25%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=71.25%
G=7.03%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223226800.900.700.13346.2782.0448.04
HexDF164405A46D15a5230
Octal3372610401321061553212260
Binary1101111110110100010001011010100011011011010110101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1644; }

 p { color: rgb(223,22,68); }

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

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

 a { background-color: rgb(223,22,68); }

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

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

 span { border-color: rgb(223,22,68); }

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