#DF012F

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

Shades of Crimson #DF012F

Tints of Crimson #DF012F

Color information

#DF012F (or 0xDF012F) is unknown color: approx Crimson. HEX triplet: DF, 01 and 2F. RGB value is (223,1,47). Sum of RGB (Red+Green+Blue) = 223+1+47=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF012F is #20FED0. Grayscale: #484848. Windows color (decimal): -2162385 or 3080671. OLE color: 3080671.

HSL color Cylindrical-coordinate representation of color #DF012F: hue angle of 347.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB223147-
CMYK01.000.790.13
HSL347.57º99.11%43.92%-
HSV(B)347.57º99.55%87.45%-
XYZ30.9615.914.13-
YUV72.62113.55235.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 82.29%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=82.29%
G=0.37%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314701.000.790.13347.5799.1143.92
HexDF12F0644FD15c632c
Octal33715701441171553414354
Binary11011111110111101100100100111111011010111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF012F; }

 p { color: rgb(223,1,47); }

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

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

 a { background-color: rgb(223,1,47); }

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

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

 span { border-color: rgb(223,1,47); }

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