#DF0F2C

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

Shades of Crimson #DF0F2C

Tints of Crimson #DF0F2C

Color information

#DF0F2C (or 0xDF0F2C) is unknown color: approx Crimson. HEX triplet: DF, 0F and 2C. RGB value is (223,15,44). Sum of RGB (Red+Green+Blue) = 223+15+44=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F2C is #20F0D3. Grayscale: #505050. Windows color (decimal): -2158804 or 2887647. OLE color: 2887647.

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

Color convert

RGB2231544-
CMYK00.930.800.13
HSL351.63º87.39%46.67%-
HSV(B)351.63º93.27%87.45%-
XYZ31.0616.213.88-
YUV80.5107.41229.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.08%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=79.08%
G=5.32%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223154400.930.800.13351.6387.3946.67
HexDFF2C05D50D160572f
Octal337175401351201554012757
Binary11011111111110110001011101101000011011011000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0F2C; }

 p { color: rgb(223,15,44); }

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

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

 a { background-color: rgb(223,15,44); }

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

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

 span { border-color: rgb(223,15,44); }

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