Shades of Trinidad #D15133
Tints of Trinidad #D15133
RGB
CMYK
RGB Variations
Color information
#D15133 (or 0xD15133) is known color: Trinidad. HEX triplet: D1, 51 and 33. RGB value is (209,81,51). Sum of RGB (Red+Green+Blue) = 209+81+51=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D15133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15133 is #2EAECC. Grayscale: #747474. Windows color (decimal): -3059405 or 3363281. OLE color: 3363281.
HSL color Cylindrical-coordinate representation of color #D15133: hue angle of 11.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D15133 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 51 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.18 |
| HSL | 11.39º | 0.63% | 0.51% | - |
| HSV(B) | 11.39º | 0.76% | 0.82% | - |
| XYZ | 29.83 | 19.68 | 5.36 | - |
| YUV | 115.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 51 | 0 | 0.61 | 0.76 | 0.18 | 11.39 | 0.63 | 0.51 |
| Hex | D1 | 51 | 33 | 0 | 3D | 4C | 12 | B | 3F | 33 |
| Octal | 321 | 121 | 63 | 0 | 75 | 114 | 22 | 13 | 77 | 63 |
| Binary | 11010001 | 1010001 | 110011 | 0 | 111101 | 1001100 | 10010 | 1011 | 111111 | 110011 |
Color Harmonies of #D15133
Complementary color
Monochromatic Colors of #D15133
Black with #D15133
Text Example
Text Example
White with #D15133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15133; }
p { color: rgb(209,81,51); }
H1.HeaderClassName
{
color: #D15133;
}
.AnyTagClassName
{
color: #D15133;
}
</style>
background-color css
<style>
a { background-color: #D15133; }
a { background-color: rgb(209,81,51); }
div.DivClassName
{
background-color: #D15133;
}
.BgClassName
{
background-color: #D15133;
}
</style>
border-color css
<style>
span { border-color: #D15133; }
span { border-color: rgb(209,81,51); }
td.TdClassName
{
border-color: #D15133;
}
.TagClassName
{
border-color: #D15133;
}
</style>