Shades of Trinidad #D15039
Tints of Trinidad #D15039
RGB
CMYK
RGB Variations
Color information
#D15039 (or 0xD15039) is known color: Trinidad. HEX triplet: D1, 50 and 39. RGB value is (209,80,57). Sum of RGB (Red+Green+Blue) = 209+80+57=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D15039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15039 is #2EAFC6. Grayscale: #747474. Windows color (decimal): -3059655 or 3756241. OLE color: 3756241.
HSL color Cylindrical-coordinate representation of color #D15039: hue angle of 9.08º 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 #D15039 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 57 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.18 |
| HSL | 9.08º | 0.62% | 0.52% | - |
| HSV(B) | 9.08º | 0.73% | 0.82% | - |
| XYZ | 29.9 | 19.59 | 6.08 | - |
| YUV | 115.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 57 | 0 | 0.62 | 0.73 | 0.18 | 9.08 | 0.62 | 0.52 |
| Hex | D1 | 50 | 39 | 0 | 3E | 49 | 12 | 9 | 3E | 34 |
| Octal | 321 | 120 | 71 | 0 | 76 | 111 | 22 | 11 | 76 | 64 |
| Binary | 11010001 | 1010000 | 111001 | 0 | 111110 | 1001001 | 10010 | 1001 | 111110 | 110100 |
Color Harmonies of #D15039
Complementary color
Monochromatic Colors of #D15039
Black with #D15039
Text Example
Text Example
White with #D15039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15039; }
p { color: rgb(209,80,57); }
H1.HeaderClassName
{
color: #D15039;
}
.AnyTagClassName
{
color: #D15039;
}
</style>
background-color css
<style>
a { background-color: #D15039; }
a { background-color: rgb(209,80,57); }
div.DivClassName
{
background-color: #D15039;
}
.BgClassName
{
background-color: #D15039;
}
</style>
border-color css
<style>
span { border-color: #D15039; }
span { border-color: rgb(209,80,57); }
td.TdClassName
{
border-color: #D15039;
}
.TagClassName
{
border-color: #D15039;
}
</style>