Shades of Chestnut #C24741
Tints of Chestnut #C24741
RGB
CMYK
RGB Variations
Color information
#C24741 (or 0xC24741) is known color: Chestnut. HEX triplet: C2, 47 and 41. RGB value is (194,71,65). Sum of RGB (Red+Green+Blue) = 194+71+65=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24741 is #3DB8BE. Grayscale: #6B6B6B. Windows color (decimal): -4044991 or 4278210. OLE color: 4278210.
HSL color Cylindrical-coordinate representation of color #C24741: hue angle of 2.79º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24741 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 65 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.24 |
| HSL | 2.79º | 0.51% | 0.51% | - |
| HSV(B) | 2.79º | 0.66% | 0.76% | - |
| XYZ | 25.46 | 16.36 | 6.82 | - |
| YUV | 107.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 65 | 0 | 0.63 | 0.66 | 0.24 | 2.79 | 0.51 | 0.51 |
| Hex | C2 | 47 | 41 | 0 | 3F | 42 | 18 | 3 | 33 | 33 |
| Octal | 302 | 107 | 101 | 0 | 77 | 102 | 30 | 3 | 63 | 63 |
| Binary | 11000010 | 1000111 | 1000001 | 0 | 111111 | 1000010 | 11000 | 11 | 110011 | 110011 |
Color Harmonies of #C24741
Complementary color
Monochromatic Colors of #C24741
Black with #C24741
Text Example
Text Example
White with #C24741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24741; }
p { color: rgb(194,71,65); }
H1.HeaderClassName
{
color: #C24741;
}
.AnyTagClassName
{
color: #C24741;
}
</style>
background-color css
<style>
a { background-color: #C24741; }
a { background-color: rgb(194,71,65); }
div.DivClassName
{
background-color: #C24741;
}
.BgClassName
{
background-color: #C24741;
}
</style>
border-color css
<style>
span { border-color: #C24741; }
span { border-color: rgb(194,71,65); }
td.TdClassName
{
border-color: #C24741;
}
.TagClassName
{
border-color: #C24741;
}
</style>