#DF1042

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

Shades of Crimson #DF1042

Tints of Crimson #DF1042

Color information

#DF1042 (or 0xDF1042) is unknown color: approx Crimson. HEX triplet: DF, 10 and 42. RGB value is (223,16,66). Sum of RGB (Red+Green+Blue) = 223+16+66=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1042 is #20EFBD. Grayscale: #535353. Windows color (decimal): -2158526 or 4329695. OLE color: 4329695.

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

Color convert

RGB2231666-
CMYK00.930.700.13
HSL345.51º86.61%46.86%-
HSV(B)345.51º92.83%87.45%-
XYZ31.616.456.66-
YUV83.59118.08227.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.11%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=73.11%
G=5.25%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223166600.930.700.13345.5186.6146.86
HexDF104205D46D15a572f
Octal3372010201351061553212757
Binary1101111110000100001001011101100011011011010110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1042; }

 p { color: rgb(223,16,66); }

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

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

 a { background-color: rgb(223,16,66); }

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

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

 span { border-color: rgb(223,16,66); }

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