Shades of Trinidad #D0493C
Tints of Trinidad #D0493C
RGB
CMYK
RGB Variations
Color information
#D0493C (or 0xD0493C) is known color: Trinidad. HEX triplet: D0, 49 and 3C. RGB value is (208,73,60). Sum of RGB (Red+Green+Blue) = 208+73+60=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0493C is #2FB6C3. Grayscale: #707070. Windows color (decimal): -3126980 or 3951056. OLE color: 3951056.
HSL color Cylindrical-coordinate representation of color #D0493C: hue angle of 5.27º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0493C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 60 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.18 |
| HSL | 5.27º | 0.61% | 0.53% | - |
| HSV(B) | 5.27º | 0.71% | 0.82% | - |
| XYZ | 29.21 | 18.5 | 6.31 | - |
| YUV | 111.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 60 | 0 | 0.65 | 0.71 | 0.18 | 5.27 | 0.61 | 0.53 |
| Hex | D0 | 49 | 3C | 0 | 41 | 47 | 12 | 5 | 3D | 35 |
| Octal | 320 | 111 | 74 | 0 | 101 | 107 | 22 | 5 | 75 | 65 |
| Binary | 11010000 | 1001001 | 111100 | 0 | 1000001 | 1000111 | 10010 | 101 | 111101 | 110101 |
Color Harmonies of #D0493C
Complementary color
Monochromatic Colors of #D0493C
Black with #D0493C
Text Example
Text Example
White with #D0493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0493C; }
p { color: rgb(208,73,60); }
H1.HeaderClassName
{
color: #D0493C;
}
.AnyTagClassName
{
color: #D0493C;
}
</style>
background-color css
<style>
a { background-color: #D0493C; }
a { background-color: rgb(208,73,60); }
div.DivClassName
{
background-color: #D0493C;
}
.BgClassName
{
background-color: #D0493C;
}
</style>
border-color css
<style>
span { border-color: #D0493C; }
span { border-color: rgb(208,73,60); }
td.TdClassName
{
border-color: #D0493C;
}
.TagClassName
{
border-color: #D0493C;
}
</style>