Shades of Chocolate #D55F23
Tints of Chocolate #D55F23
RGB
CMYK
RGB Variations
Color information
#D55F23 (or 0xD55F23) is known color: Chocolate. HEX triplet: D5, 5F and 23. RGB value is (213,95,35). Sum of RGB (Red+Green+Blue) = 213+95+35=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F23 is #2AA0DC. Grayscale: #7B7B7B. Windows color (decimal): -2793693 or 2318293. OLE color: 2318293.
HSL color Cylindrical-coordinate representation of color #D55F23: hue angle of 20.22º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55F23 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.16 |
| HSL | 20.22º | 0.72% | 0.49% | - |
| HSV(B) | 20.22º | 0.84% | 0.84% | - |
| XYZ | 31.84 | 22.45 | 4.25 | - |
| YUV | 123.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 35 | 0 | 0.55 | 0.84 | 0.16 | 20.22 | 0.72 | 0.49 |
| Hex | D5 | 5F | 23 | 0 | 37 | 54 | 10 | 14 | 48 | 31 |
| Octal | 325 | 137 | 43 | 0 | 67 | 124 | 20 | 24 | 110 | 61 |
| Binary | 11010101 | 1011111 | 100011 | 0 | 110111 | 1010100 | 10000 | 10100 | 1001000 | 110001 |
Color Harmonies of #D55F23
Complementary color
Monochromatic Colors of #D55F23
Black with #D55F23
Text Example
Text Example
White with #D55F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F23; }
p { color: rgb(213,95,35); }
H1.HeaderClassName
{
color: #D55F23;
}
.AnyTagClassName
{
color: #D55F23;
}
</style>
background-color css
<style>
a { background-color: #D55F23; }
a { background-color: rgb(213,95,35); }
div.DivClassName
{
background-color: #D55F23;
}
.BgClassName
{
background-color: #D55F23;
}
</style>
border-color css
<style>
span { border-color: #D55F23; }
span { border-color: rgb(213,95,35); }
td.TdClassName
{
border-color: #D55F23;
}
.TagClassName
{
border-color: #D55F23;
}
</style>