Shades of Trinidad #D05039
Tints of Trinidad #D05039
RGB
CMYK
RGB Variations
Color information
#D05039 (or 0xD05039) is known color: Trinidad. HEX triplet: D0, 50 and 39. RGB value is (208,80,57). Sum of RGB (Red+Green+Blue) = 208+80+57=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D05039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05039 is #2FAFC6. Grayscale: #737373. Windows color (decimal): -3125191 or 3756240. OLE color: 3756240.
HSL color Cylindrical-coordinate representation of color #D05039: hue angle of 9.14º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D05039 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 57 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.18 |
| HSL | 9.14º | 0.62% | 0.52% | - |
| HSV(B) | 9.14º | 0.73% | 0.82% | - |
| XYZ | 29.62 | 19.44 | 6.06 | - |
| YUV | 115.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 57 | 0 | 0.62 | 0.73 | 0.18 | 9.14 | 0.62 | 0.52 |
| Hex | D0 | 50 | 39 | 0 | 3E | 49 | 12 | 9 | 3E | 34 |
| Octal | 320 | 120 | 71 | 0 | 76 | 111 | 22 | 11 | 76 | 64 |
| Binary | 11010000 | 1010000 | 111001 | 0 | 111110 | 1001001 | 10010 | 1001 | 111110 | 110100 |
Color Harmonies of #D05039
Complementary color
Monochromatic Colors of #D05039
Black with #D05039
Text Example
Text Example
White with #D05039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05039; }
p { color: rgb(208,80,57); }
H1.HeaderClassName
{
color: #D05039;
}
.AnyTagClassName
{
color: #D05039;
}
</style>
background-color css
<style>
a { background-color: #D05039; }
a { background-color: rgb(208,80,57); }
div.DivClassName
{
background-color: #D05039;
}
.BgClassName
{
background-color: #D05039;
}
</style>
border-color css
<style>
span { border-color: #D05039; }
span { border-color: rgb(208,80,57); }
td.TdClassName
{
border-color: #D05039;
}
.TagClassName
{
border-color: #D05039;
}
</style>