Shades of Tenne (Tawny) #D24B03
Tints of Tenne (Tawny) #D24B03
RGB
CMYK
RGB Variations
Color information
#D24B03 (or 0xD24B03) is known color: Tenne (Tawny). HEX triplet: D2, 4B and 03. RGB value is (210,75,3). Sum of RGB (Red+Green+Blue) = 210+75+3=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24B03 is #2DB4FC. Grayscale: #6B6B6B. Windows color (decimal): -2995453 or 216018. OLE color: 216018.
HSL color Cylindrical-coordinate representation of color #D24B03: hue angle of 20.87º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D24B03 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.18 |
| HSL | 20.87º | 0.97% | 0.42% | - |
| HSV(B) | 20.87º | 0.99% | 0.82% | - |
| XYZ | 29.11 | 18.74 | 2.17 | - |
| YUV | 107.16 | 69.23 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 3 | 0 | 0.64 | 0.99 | 0.18 | 20.87 | 0.97 | 0.42 |
| Hex | D2 | 4B | 3 | 0 | 40 | 63 | 12 | 15 | 61 | 2A |
| Octal | 322 | 113 | 3 | 0 | 100 | 143 | 22 | 25 | 141 | 52 |
| Binary | 11010010 | 1001011 | 11 | 0 | 1000000 | 1100011 | 10010 | 10101 | 1100001 | 101010 |
Color Harmonies of #D24B03
Complementary color
Monochromatic Colors of #D24B03
Black with #D24B03
Text Example
Text Example
White with #D24B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B03; }
p { color: rgb(210,75,3); }
H1.HeaderClassName
{
color: #D24B03;
}
.AnyTagClassName
{
color: #D24B03;
}
</style>
background-color css
<style>
a { background-color: #D24B03; }
a { background-color: rgb(210,75,3); }
div.DivClassName
{
background-color: #D24B03;
}
.BgClassName
{
background-color: #D24B03;
}
</style>
border-color css
<style>
span { border-color: #D24B03; }
span { border-color: rgb(210,75,3); }
td.TdClassName
{
border-color: #D24B03;
}
.TagClassName
{
border-color: #D24B03;
}
</style>