#DF1043

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

Shades of Crimson #DF1043

Tints of Crimson #DF1043

Color information

#DF1043 (or 0xDF1043) is unknown color: approx Crimson. HEX triplet: DF, 10 and 43. RGB value is (223,16,67). Sum of RGB (Red+Green+Blue) = 223+16+67=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1043 is #20EFBC. Grayscale: #535353. Windows color (decimal): -2158525 or 4395231. OLE color: 4395231.

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

Color convert

RGB2231667-
CMYK00.930.700.13
HSL345.22º86.61%46.86%-
HSV(B)345.22º92.83%87.45%-
XYZ31.6316.466.82-
YUV83.71118.58227.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.88%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=72.88%
G=5.23%
B=21.90%

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
Decimal223166700.930.700.13345.2286.6146.86
HexDF104305D46D159572f
Octal3372010301351061553112757
Binary1101111110000100001101011101100011011011010110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1043; }

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

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

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

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

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

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

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

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