Shades of Tenne (Tawny) #C24B02
Tints of Tenne (Tawny) #C24B02
RGB
CMYK
RGB Variations
Color information
#C24B02 (or 0xC24B02) is known color: Tenne (Tawny). HEX triplet: C2, 4B and 02. RGB value is (194,75,2). Sum of RGB (Red+Green+Blue) = 194+75+2=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B02 is #3DB4FD. Grayscale: #666666. Windows color (decimal): -4044030 or 150466. OLE color: 150466.
HSL color Cylindrical-coordinate representation of color #C24B02: hue angle of 22.81º degrees, saturation: 0.98, 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 #C24B02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.24 |
| HSL | 22.81º | 0.98% | 0.38% | - |
| HSV(B) | 22.81º | 0.99% | 0.76% | - |
| XYZ | 24.78 | 16.51 | 1.94 | - |
| YUV | 102.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 2 | 0 | 0.61 | 0.99 | 0.24 | 22.81 | 0.98 | 0.38 |
| Hex | C2 | 4B | 2 | 0 | 3D | 63 | 18 | 17 | 62 | 26 |
| Octal | 302 | 113 | 2 | 0 | 75 | 143 | 30 | 27 | 142 | 46 |
| Binary | 11000010 | 1001011 | 10 | 0 | 111101 | 1100011 | 11000 | 10111 | 1100010 | 100110 |
Color Harmonies of #C24B02
Complementary color
Monochromatic Colors of #C24B02
Black with #C24B02
Text Example
Text Example
White with #C24B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B02; }
p { color: rgb(194,75,2); }
H1.HeaderClassName
{
color: #C24B02;
}
.AnyTagClassName
{
color: #C24B02;
}
</style>
background-color css
<style>
a { background-color: #C24B02; }
a { background-color: rgb(194,75,2); }
div.DivClassName
{
background-color: #C24B02;
}
.BgClassName
{
background-color: #C24B02;
}
</style>
border-color css
<style>
span { border-color: #C24B02; }
span { border-color: rgb(194,75,2); }
td.TdClassName
{
border-color: #C24B02;
}
.TagClassName
{
border-color: #C24B02;
}
</style>