Shades of Tenne (Tawny) #D24A0A
Tints of Tenne (Tawny) #D24A0A
RGB
CMYK
RGB Variations
Color information
#D24A0A (or 0xD24A0A) is known color: Tenne (Tawny). HEX triplet: D2, 4A and 0A. RGB value is (210,74,10). Sum of RGB (Red+Green+Blue) = 210+74+10=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24A0A is #2DB5F5. Grayscale: #6B6B6B. Windows color (decimal): -2995702 or 674514. OLE color: 674514.
HSL color Cylindrical-coordinate representation of color #D24A0A: hue angle of 19.2º degrees, saturation: 0.91, 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 #D24A0A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.18 |
| HSL | 19.2º | 0.91% | 0.43% | - |
| HSV(B) | 19.2º | 0.95% | 0.82% | - |
| XYZ | 29.08 | 18.62 | 2.35 | - |
| YUV | 107.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 10 | 0 | 0.65 | 0.95 | 0.18 | 19.2 | 0.91 | 0.43 |
| Hex | D2 | 4A | A | 0 | 41 | 5F | 12 | 13 | 5B | 2B |
| Octal | 322 | 112 | 12 | 0 | 101 | 137 | 22 | 23 | 133 | 53 |
| Binary | 11010010 | 1001010 | 1010 | 0 | 1000001 | 1011111 | 10010 | 10011 | 1011011 | 101011 |
Color Harmonies of #D24A0A
Complementary color
Monochromatic Colors of #D24A0A
Black with #D24A0A
Text Example
Text Example
White with #D24A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A0A; }
p { color: rgb(210,74,10); }
H1.HeaderClassName
{
color: #D24A0A;
}
.AnyTagClassName
{
color: #D24A0A;
}
</style>
background-color css
<style>
a { background-color: #D24A0A; }
a { background-color: rgb(210,74,10); }
div.DivClassName
{
background-color: #D24A0A;
}
.BgClassName
{
background-color: #D24A0A;
}
</style>
border-color css
<style>
span { border-color: #D24A0A; }
span { border-color: rgb(210,74,10); }
td.TdClassName
{
border-color: #D24A0A;
}
.TagClassName
{
border-color: #D24A0A;
}
</style>