Shades of Trinidad #D0473A
Tints of Trinidad #D0473A
RGB
CMYK
RGB Variations
Color information
#D0473A (or 0xD0473A) is known color: Trinidad. HEX triplet: D0, 47 and 3A. RGB value is (208,71,58). Sum of RGB (Red+Green+Blue) = 208+71+58=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0473A is #2FB8C5. Grayscale: #6E6E6E. Windows color (decimal): -3127494 or 3819472. OLE color: 3819472.
HSL color Cylindrical-coordinate representation of color #D0473A: hue angle of 5.2º 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 #D0473A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 58 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.18 |
| HSL | 5.2º | 0.61% | 0.52% | - |
| HSV(B) | 5.2º | 0.72% | 0.82% | - |
| XYZ | 29.03 | 18.22 | 5.99 | - |
| YUV | 110.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 58 | 0 | 0.66 | 0.72 | 0.18 | 5.2 | 0.61 | 0.52 |
| Hex | D0 | 47 | 3A | 0 | 42 | 48 | 12 | 5 | 3D | 34 |
| Octal | 320 | 107 | 72 | 0 | 102 | 110 | 22 | 5 | 75 | 64 |
| Binary | 11010000 | 1000111 | 111010 | 0 | 1000010 | 1001000 | 10010 | 101 | 111101 | 110100 |
Color Harmonies of #D0473A
Complementary color
Monochromatic Colors of #D0473A
Black with #D0473A
Text Example
Text Example
White with #D0473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0473A; }
p { color: rgb(208,71,58); }
H1.HeaderClassName
{
color: #D0473A;
}
.AnyTagClassName
{
color: #D0473A;
}
</style>
background-color css
<style>
a { background-color: #D0473A; }
a { background-color: rgb(208,71,58); }
div.DivClassName
{
background-color: #D0473A;
}
.BgClassName
{
background-color: #D0473A;
}
</style>
border-color css
<style>
span { border-color: #D0473A; }
span { border-color: rgb(208,71,58); }
td.TdClassName
{
border-color: #D0473A;
}
.TagClassName
{
border-color: #D0473A;
}
</style>