Shades of Trinidad #D15121
Tints of Trinidad #D15121
RGB
CMYK
RGB Variations
Color information
#D15121 (or 0xD15121) is known color: Trinidad. HEX triplet: D1, 51 and 21. RGB value is (209,81,33). Sum of RGB (Red+Green+Blue) = 209+81+33=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D15121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15121 is #2EAEDE. Grayscale: #727272. Windows color (decimal): -3059423 or 2183633. OLE color: 2183633.
HSL color Cylindrical-coordinate representation of color #D15121: hue angle of 16.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D15121 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 33 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.18 |
| HSL | 16.36º | 0.73% | 0.47% | - |
| HSV(B) | 16.36º | 0.84% | 0.82% | - |
| XYZ | 29.51 | 19.55 | 3.66 | - |
| YUV | 113.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 33 | 0 | 0.61 | 0.84 | 0.18 | 16.36 | 0.73 | 0.47 |
| Hex | D1 | 51 | 21 | 0 | 3D | 54 | 12 | 10 | 49 | 2F |
| Octal | 321 | 121 | 41 | 0 | 75 | 124 | 22 | 20 | 111 | 57 |
| Binary | 11010001 | 1010001 | 100001 | 0 | 111101 | 1010100 | 10010 | 10000 | 1001001 | 101111 |
Color Harmonies of #D15121
Complementary color
Monochromatic Colors of #D15121
Black with #D15121
Text Example
Text Example
White with #D15121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15121; }
p { color: rgb(209,81,33); }
H1.HeaderClassName
{
color: #D15121;
}
.AnyTagClassName
{
color: #D15121;
}
</style>
background-color css
<style>
a { background-color: #D15121; }
a { background-color: rgb(209,81,33); }
div.DivClassName
{
background-color: #D15121;
}
.BgClassName
{
background-color: #D15121;
}
</style>
border-color css
<style>
span { border-color: #D15121; }
span { border-color: rgb(209,81,33); }
td.TdClassName
{
border-color: #D15121;
}
.TagClassName
{
border-color: #D15121;
}
</style>