#DF5137

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

Shades of Cinnabar #DF5137

Tints of Cinnabar #DF5137

Color information

#DF5137 (or 0xDF5137) is unknown color: approx Cinnabar. HEX triplet: DF, 51 and 37. RGB value is (223,81,55). Sum of RGB (Red+Green+Blue) = 223+81+55=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5137 is #20AEC8. Grayscale: #787878. Windows color (decimal): -2141897 or 3625439. OLE color: 3625439.

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

Color convert

RGB2238155-
CMYK00.640.750.13
HSL9.29º72.41%54.51%-
HSV(B)9.29º75.34%87.45%-
XYZ34.0621.856.04-
YUV120.4991.04201.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.12%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 55 (21.88% from 255) = 15.32%
R=62.12%
G=22.56%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223815500.640.750.139.2972.4154.51
HexDF51370404BD94837
Octal337121670100113151111067
Binary110111111010001110111010000001001011110110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5137; }

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

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

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

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

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

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

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

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