#df1947

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

Shades of Crimson #DF1947

Tints of Crimson #DF1947

Color information

#DF1947 (or 0xDF1947) is unknown color: approx Crimson. HEX triplet: DF, 19 and 47. RGB value is (223,25,71). Sum of RGB (Red+Green+Blue) = 223+25+71=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1947 is #20E6B8. Grayscale: #595959. Windows color (decimal): -2156217 or 4659679. OLE color: 4659679.

HSL color Cylindrical-coordinate representation of color #DF1947: hue angle of 346.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1947 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2232571-
CMYK00.890.680.13
HSL346.06º79.84%48.63%-
HSV(B)346.06º88.79%87.45%-
XYZ31.9216.847.53-
YUV89.45117.6223.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.91%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=69.91%
G=7.84%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223257100.890.680.13346.0679.8448.63
HexDF194705944D15a5031
Octal3373110701311041553212061
Binary1101111111001100011101011001100010011011010110101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1947; }

 p { color: rgb(223,25,71); }

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

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

 a { background-color: rgb(223,25,71); }

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

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

 span { border-color: rgb(223,25,71); }

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