#DF053C

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

Shades of Crimson #DF053C

Tints of Crimson #DF053C

Color information

#DF053C (or 0xDF053C) is unknown color: approx Crimson. HEX triplet: DF, 05 and 3C. RGB value is (223,5,60). Sum of RGB (Red+Green+Blue) = 223+5+60=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF053C is #20FAC3. Grayscale: #4C4C4C. Windows color (decimal): -2161348 or 3933663. OLE color: 3933663.

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

Color convert

RGB223560-
CMYK00.980.730.13
HSL344.86º95.61%44.71%-
HSV(B)344.86º97.76%87.45%-
XYZ31.316.125.74-
YUV76.45118.72232.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.43%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=77.43%
G=1.74%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22356000.980.730.13344.8695.6144.71
HexDF53C06249D159602d
Octal33757401421111553114055
Binary1101111110111110001100010100100111011010110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF053C; }

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

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

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

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

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

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

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

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