#DF1645

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

Shades of Crimson #DF1645

Tints of Crimson #DF1645

Color information

#DF1645 (or 0xDF1645) is unknown color: approx Crimson. HEX triplet: DF, 16 and 45. RGB value is (223,22,69). Sum of RGB (Red+Green+Blue) = 223+22+69=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1645 is #20E9BA. Grayscale: #575757. Windows color (decimal): -2156987 or 4527839. OLE color: 4527839.

HSL color Cylindrical-coordinate representation of color #DF1645: hue angle of 345.97º 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 #DF1645 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2232269-
CMYK00.900.690.13
HSL345.97º82.04%48.04%-
HSV(B)345.97º90.13%87.45%-
XYZ31.7916.697.18-
YUV87.46117.59224.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.02%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=71.02%
G=7.01%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223226900.900.690.13345.9782.0448.04
HexDF164505A45D15a5230
Octal3372610501321051553212260
Binary1101111110110100010101011010100010111011010110101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1645; }

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

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

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

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

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

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

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

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