Shades of Trinidad #D15239
Tints of Trinidad #D15239
RGB
CMYK
RGB Variations
Color information
#D15239 (or 0xD15239) is known color: Trinidad. HEX triplet: D1, 52 and 39. RGB value is (209,82,57). Sum of RGB (Red+Green+Blue) = 209+82+57=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D15239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15239 is #2EADC6. Grayscale: #757575. Windows color (decimal): -3059143 or 3756753. OLE color: 3756753.
HSL color Cylindrical-coordinate representation of color #D15239: hue angle of 9.87º 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 #D15239 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 57 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.18 |
| HSL | 9.87º | 0.62% | 0.52% | - |
| HSV(B) | 9.87º | 0.73% | 0.82% | - |
| XYZ | 30.05 | 19.89 | 6.13 | - |
| YUV | 117.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 57 | 0 | 0.61 | 0.73 | 0.18 | 9.87 | 0.62 | 0.52 |
| Hex | D1 | 52 | 39 | 0 | 3D | 49 | 12 | A | 3E | 34 |
| Octal | 321 | 122 | 71 | 0 | 75 | 111 | 22 | 12 | 76 | 64 |
| Binary | 11010001 | 1010010 | 111001 | 0 | 111101 | 1001001 | 10010 | 1010 | 111110 | 110100 |
Color Harmonies of #D15239
Complementary color
Monochromatic Colors of #D15239
Black with #D15239
Text Example
Text Example
White with #D15239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15239; }
p { color: rgb(209,82,57); }
H1.HeaderClassName
{
color: #D15239;
}
.AnyTagClassName
{
color: #D15239;
}
</style>
background-color css
<style>
a { background-color: #D15239; }
a { background-color: rgb(209,82,57); }
div.DivClassName
{
background-color: #D15239;
}
.BgClassName
{
background-color: #D15239;
}
</style>
border-color css
<style>
span { border-color: #D15239; }
span { border-color: rgb(209,82,57); }
td.TdClassName
{
border-color: #D15239;
}
.TagClassName
{
border-color: #D15239;
}
</style>