Shades of Tenne (Tawny) #C24B01
Tints of Tenne (Tawny) #C24B01
RGB
CMYK
RGB Variations
Color information
#C24B01 (or 0xC24B01) is known color: Tenne (Tawny). HEX triplet: C2, 4B and 01. RGB value is (194,75,1). Sum of RGB (Red+Green+Blue) = 194+75+1=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B01 is #3DB4FE. Grayscale: #666666. Windows color (decimal): -4044031 or 84930. OLE color: 84930.
HSL color Cylindrical-coordinate representation of color #C24B01: hue angle of 23.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C24B01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.24 |
| HSL | 23.01º | 0.99% | 0.38% | - |
| HSV(B) | 23.01º | 0.99% | 0.76% | - |
| XYZ | 24.77 | 16.5 | 1.91 | - |
| YUV | 102.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 1 | 0 | 0.61 | 0.99 | 0.24 | 23.01 | 0.99 | 0.38 |
| Hex | C2 | 4B | 1 | 0 | 3D | 63 | 18 | 17 | 63 | 26 |
| Octal | 302 | 113 | 1 | 0 | 75 | 143 | 30 | 27 | 143 | 46 |
| Binary | 11000010 | 1001011 | 1 | 0 | 111101 | 1100011 | 11000 | 10111 | 1100011 | 100110 |
Color Harmonies of #C24B01
Complementary color
Monochromatic Colors of #C24B01
Black with #C24B01
Text Example
Text Example
White with #C24B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B01; }
p { color: rgb(194,75,1); }
H1.HeaderClassName
{
color: #C24B01;
}
.AnyTagClassName
{
color: #C24B01;
}
</style>
background-color css
<style>
a { background-color: #C24B01; }
a { background-color: rgb(194,75,1); }
div.DivClassName
{
background-color: #C24B01;
}
.BgClassName
{
background-color: #C24B01;
}
</style>
border-color css
<style>
span { border-color: #C24B01; }
span { border-color: rgb(194,75,1); }
td.TdClassName
{
border-color: #C24B01;
}
.TagClassName
{
border-color: #C24B01;
}
</style>