Shades of Trinidad #D14834
Tints of Trinidad #D14834
RGB
CMYK
RGB Variations
Color information
#D14834 (or 0xD14834) is known color: Trinidad. HEX triplet: D1, 48 and 34. RGB value is (209,72,52). Sum of RGB (Red+Green+Blue) = 209+72+52=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D14834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14834 is #2EB7CB. Grayscale: #6E6E6E. Windows color (decimal): -3061708 or 3426513. OLE color: 3426513.
HSL color Cylindrical-coordinate representation of color #D14834: hue angle of 7.64º 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 #D14834 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 52 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.18 |
| HSL | 7.64º | 0.63% | 0.51% | - |
| HSV(B) | 7.64º | 0.75% | 0.82% | - |
| XYZ | 29.23 | 18.44 | 5.27 | - |
| YUV | 110.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 52 | 0 | 0.66 | 0.75 | 0.18 | 7.64 | 0.63 | 0.51 |
| Hex | D1 | 48 | 34 | 0 | 42 | 4B | 12 | 8 | 3F | 33 |
| Octal | 321 | 110 | 64 | 0 | 102 | 113 | 22 | 10 | 77 | 63 |
| Binary | 11010001 | 1001000 | 110100 | 0 | 1000010 | 1001011 | 10010 | 1000 | 111111 | 110011 |
Color Harmonies of #D14834
Complementary color
Monochromatic Colors of #D14834
Black with #D14834
Text Example
Text Example
White with #D14834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14834; }
p { color: rgb(209,72,52); }
H1.HeaderClassName
{
color: #D14834;
}
.AnyTagClassName
{
color: #D14834;
}
</style>
background-color css
<style>
a { background-color: #D14834; }
a { background-color: rgb(209,72,52); }
div.DivClassName
{
background-color: #D14834;
}
.BgClassName
{
background-color: #D14834;
}
</style>
border-color css
<style>
span { border-color: #D14834; }
span { border-color: rgb(209,72,52); }
td.TdClassName
{
border-color: #D14834;
}
.TagClassName
{
border-color: #D14834;
}
</style>