Shades of Smoke Tree #C25B2D
Tints of Smoke Tree #C25B2D
RGB
CMYK
RGB Variations
Color information
#C25B2D (or 0xC25B2D) is known color: Smoke Tree. HEX triplet: C2, 5B and 2D. RGB value is (194,91,45). Sum of RGB (Red+Green+Blue) = 194+91+45=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B2D is #3DA4D2. Grayscale: #747474. Windows color (decimal): -4039891 or 2972610. OLE color: 2972610.
HSL color Cylindrical-coordinate representation of color #C25B2D: hue angle of 18.52º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C25B2D is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 45 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.24 |
| HSL | 18.52º | 0.62% | 0.47% | - |
| HSV(B) | 18.52º | 0.77% | 0.76% | - |
| XYZ | 26.46 | 19.14 | 4.78 | - |
| YUV | 116.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 45 | 0 | 0.53 | 0.77 | 0.24 | 18.52 | 0.62 | 0.47 |
| Hex | C2 | 5B | 2D | 0 | 35 | 4D | 18 | 13 | 3E | 2F |
| Octal | 302 | 133 | 55 | 0 | 65 | 115 | 30 | 23 | 76 | 57 |
| Binary | 11000010 | 1011011 | 101101 | 0 | 110101 | 1001101 | 11000 | 10011 | 111110 | 101111 |
Color Harmonies of #C25B2D
Complementary color
Monochromatic Colors of #C25B2D
Black with #C25B2D
Text Example
Text Example
White with #C25B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B2D; }
p { color: rgb(194,91,45); }
H1.HeaderClassName
{
color: #C25B2D;
}
.AnyTagClassName
{
color: #C25B2D;
}
</style>
background-color css
<style>
a { background-color: #C25B2D; }
a { background-color: rgb(194,91,45); }
div.DivClassName
{
background-color: #C25B2D;
}
.BgClassName
{
background-color: #C25B2D;
}
</style>
border-color css
<style>
span { border-color: #C25B2D; }
span { border-color: rgb(194,91,45); }
td.TdClassName
{
border-color: #C25B2D;
}
.TagClassName
{
border-color: #C25B2D;
}
</style>