Shades of Tenne (Tawny) #D24A0B
Tints of Tenne (Tawny) #D24A0B
RGB
CMYK
RGB Variations
Color information
#D24A0B (or 0xD24A0B) is known color: Tenne (Tawny). HEX triplet: D2, 4A and 0B. RGB value is (210,74,11). Sum of RGB (Red+Green+Blue) = 210+74+11=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24A0B is #2DB5F4. Grayscale: #6B6B6B. Windows color (decimal): -2995701 or 740050. OLE color: 740050.
HSL color Cylindrical-coordinate representation of color #D24A0B: hue angle of 18.99º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D24A0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.18 |
| HSL | 18.99º | 0.9% | 0.43% | - |
| HSV(B) | 18.99º | 0.95% | 0.82% | - |
| XYZ | 29.09 | 18.62 | 2.38 | - |
| YUV | 107.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 11 | 0 | 0.65 | 0.95 | 0.18 | 18.99 | 0.9 | 0.43 |
| Hex | D2 | 4A | B | 0 | 41 | 5F | 12 | 13 | 5A | 2B |
| Octal | 322 | 112 | 13 | 0 | 101 | 137 | 22 | 23 | 132 | 53 |
| Binary | 11010010 | 1001010 | 1011 | 0 | 1000001 | 1011111 | 10010 | 10011 | 1011010 | 101011 |
Color Harmonies of #D24A0B
Complementary color
Monochromatic Colors of #D24A0B
Black with #D24A0B
Text Example
Text Example
White with #D24A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A0B; }
p { color: rgb(210,74,11); }
H1.HeaderClassName
{
color: #D24A0B;
}
.AnyTagClassName
{
color: #D24A0B;
}
</style>
background-color css
<style>
a { background-color: #D24A0B; }
a { background-color: rgb(210,74,11); }
div.DivClassName
{
background-color: #D24A0B;
}
.BgClassName
{
background-color: #D24A0B;
}
</style>
border-color css
<style>
span { border-color: #D24A0B; }
span { border-color: rgb(210,74,11); }
td.TdClassName
{
border-color: #D24A0B;
}
.TagClassName
{
border-color: #D24A0B;
}
</style>