Shades of Trinidad #D0482D
Tints of Trinidad #D0482D
RGB
CMYK
RGB Variations
Color information
#D0482D (or 0xD0482D) is known color: Trinidad. HEX triplet: D0, 48 and 2D. RGB value is (208,72,45). Sum of RGB (Red+Green+Blue) = 208+72+45=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0482D is #2FB7D2. Grayscale: #6D6D6D. Windows color (decimal): -3127251 or 2967760. OLE color: 2967760.
HSL color Cylindrical-coordinate representation of color #D0482D: hue angle of 9.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0482D is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 45 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.18 |
| HSL | 9.94º | 0.64% | 0.5% | - |
| HSV(B) | 9.94º | 0.78% | 0.82% | - |
| XYZ | 28.8 | 18.23 | 4.48 | - |
| YUV | 109.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 45 | 0 | 0.65 | 0.78 | 0.18 | 9.94 | 0.64 | 0.5 |
| Hex | D0 | 48 | 2D | 0 | 41 | 4E | 12 | A | 40 | 32 |
| Octal | 320 | 110 | 55 | 0 | 101 | 116 | 22 | 12 | 100 | 62 |
| Binary | 11010000 | 1001000 | 101101 | 0 | 1000001 | 1001110 | 10010 | 1010 | 1000000 | 110010 |
Color Harmonies of #D0482D
Complementary color
Monochromatic Colors of #D0482D
Black with #D0482D
Text Example
Text Example
White with #D0482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0482D; }
p { color: rgb(208,72,45); }
H1.HeaderClassName
{
color: #D0482D;
}
.AnyTagClassName
{
color: #D0482D;
}
</style>
background-color css
<style>
a { background-color: #D0482D; }
a { background-color: rgb(208,72,45); }
div.DivClassName
{
background-color: #D0482D;
}
.BgClassName
{
background-color: #D0482D;
}
</style>
border-color css
<style>
span { border-color: #D0482D; }
span { border-color: rgb(208,72,45); }
td.TdClassName
{
border-color: #D0482D;
}
.TagClassName
{
border-color: #D0482D;
}
</style>