Shades of Trinidad #D15034
Tints of Trinidad #D15034
RGB
CMYK
RGB Variations
Color information
#D15034 (or 0xD15034) is known color: Trinidad. HEX triplet: D1, 50 and 34. RGB value is (209,80,52). Sum of RGB (Red+Green+Blue) = 209+80+52=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D15034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15034 is #2EAFCB. Grayscale: #737373. Windows color (decimal): -3059660 or 3428561. OLE color: 3428561.
HSL color Cylindrical-coordinate representation of color #D15034: hue angle of 10.7º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D15034 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 52 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.18 |
| HSL | 10.7º | 0.63% | 0.51% | - |
| HSV(B) | 10.7º | 0.75% | 0.82% | - |
| XYZ | 29.78 | 19.54 | 5.45 | - |
| YUV | 115.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 52 | 0 | 0.62 | 0.75 | 0.18 | 10.7 | 0.63 | 0.51 |
| Hex | D1 | 50 | 34 | 0 | 3E | 4B | 12 | B | 3F | 33 |
| Octal | 321 | 120 | 64 | 0 | 76 | 113 | 22 | 13 | 77 | 63 |
| Binary | 11010001 | 1010000 | 110100 | 0 | 111110 | 1001011 | 10010 | 1011 | 111111 | 110011 |
Color Harmonies of #D15034
Complementary color
Monochromatic Colors of #D15034
Black with #D15034
Text Example
Text Example
White with #D15034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15034; }
p { color: rgb(209,80,52); }
H1.HeaderClassName
{
color: #D15034;
}
.AnyTagClassName
{
color: #D15034;
}
</style>
background-color css
<style>
a { background-color: #D15034; }
a { background-color: rgb(209,80,52); }
div.DivClassName
{
background-color: #D15034;
}
.BgClassName
{
background-color: #D15034;
}
</style>
border-color css
<style>
span { border-color: #D15034; }
span { border-color: rgb(209,80,52); }
td.TdClassName
{
border-color: #D15034;
}
.TagClassName
{
border-color: #D15034;
}
</style>