#DF053B

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

Shades of Crimson #DF053B

Tints of Crimson #DF053B

Color information

#DF053B (or 0xDF053B) is unknown color: approx Crimson. HEX triplet: DF, 05 and 3B. RGB value is (223,5,59). Sum of RGB (Red+Green+Blue) = 223+5+59=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF053B is #20FAC4. Grayscale: #4C4C4C. Windows color (decimal): -2161349 or 3868127. OLE color: 3868127.

HSL color Cylindrical-coordinate representation of color #DF053B: hue angle of 345.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF053B is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB223559-
CMYK00.980.740.13
HSL345.14º95.61%44.71%-
HSV(B)345.14º97.76%87.45%-
XYZ31.2816.115.6-
YUV76.34118.22232.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.70%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=77.70%
G=1.74%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22355900.980.740.13345.1495.6144.71
HexDF53B0624AD159602d
Octal33757301421121553114055
Binary1101111110111101101100010100101011011010110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF053B; }

 p { color: rgb(223,5,59); }

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

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

 a { background-color: rgb(223,5,59); }

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

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

 span { border-color: rgb(223,5,59); }

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