#DF0737

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

Shades of Crimson #DF0737

Tints of Crimson #DF0737

Color information

#DF0737 (or 0xDF0737) is unknown color: approx Crimson. HEX triplet: DF, 07 and 37. RGB value is (223,7,55). Sum of RGB (Red+Green+Blue) = 223+7+55=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0737 is #20F8C8. Grayscale: #4D4D4D. Windows color (decimal): -2160841 or 3606495. OLE color: 3606495.

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

Color convert

RGB223755-
CMYK00.970.750.13
HSL346.67º93.91%45.1%-
HSV(B)346.67º96.86%87.45%-
XYZ31.216.125.08-
YUV77.06115.56232.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.25%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=78.25%
G=2.46%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22375500.970.750.13346.6793.9145.1
HexDF7370614BD15b5e2d
Octal33776701411131553313655
Binary1101111111111011101100001100101111011010110111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0737; }

 p { color: rgb(223,7,55); }

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

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

 a { background-color: rgb(223,7,55); }

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

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

 span { border-color: rgb(223,7,55); }

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