Shades of Trinidad #D0493A
Tints of Trinidad #D0493A
RGB
CMYK
RGB Variations
Color information
#D0493A (or 0xD0493A) is known color: Trinidad. HEX triplet: D0, 49 and 3A. RGB value is (208,73,58). Sum of RGB (Red+Green+Blue) = 208+73+58=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0493A is #2FB6C5. Grayscale: #6F6F6F. Windows color (decimal): -3126982 or 3819984. OLE color: 3819984.
HSL color Cylindrical-coordinate representation of color #D0493A: hue angle of 6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0493A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 58 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.18 |
| HSL | 6º | 0.61% | 0.52% | - |
| HSV(B) | 6º | 0.72% | 0.82% | - |
| XYZ | 29.16 | 18.48 | 6.03 | - |
| YUV | 111.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 58 | 0 | 0.65 | 0.72 | 0.18 | 6 | 0.61 | 0.52 |
| Hex | D0 | 49 | 3A | 0 | 41 | 48 | 12 | 6 | 3D | 34 |
| Octal | 320 | 111 | 72 | 0 | 101 | 110 | 22 | 6 | 75 | 64 |
| Binary | 11010000 | 1001001 | 111010 | 0 | 1000001 | 1001000 | 10010 | 110 | 111101 | 110100 |
Color Harmonies of #D0493A
Complementary color
Monochromatic Colors of #D0493A
Black with #D0493A
Text Example
Text Example
White with #D0493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0493A; }
p { color: rgb(208,73,58); }
H1.HeaderClassName
{
color: #D0493A;
}
.AnyTagClassName
{
color: #D0493A;
}
</style>
background-color css
<style>
a { background-color: #D0493A; }
a { background-color: rgb(208,73,58); }
div.DivClassName
{
background-color: #D0493A;
}
.BgClassName
{
background-color: #D0493A;
}
</style>
border-color css
<style>
span { border-color: #D0493A; }
span { border-color: rgb(208,73,58); }
td.TdClassName
{
border-color: #D0493A;
}
.TagClassName
{
border-color: #D0493A;
}
</style>