Shades of Trinidad #D14F34
Tints of Trinidad #D14F34
RGB
CMYK
RGB Variations
Color information
#D14F34 (or 0xD14F34) is known color: Trinidad. HEX triplet: D1, 4F and 34. RGB value is (209,79,52). Sum of RGB (Red+Green+Blue) = 209+79+52=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F34 is #2EB0CB. Grayscale: #737373. Windows color (decimal): -3059916 or 3428305. OLE color: 3428305.
HSL color Cylindrical-coordinate representation of color #D14F34: hue angle of 10.32º 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 #D14F34 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 52 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.18 |
| HSL | 10.32º | 0.63% | 0.51% | - |
| HSV(B) | 10.32º | 0.75% | 0.82% | - |
| XYZ | 29.71 | 19.4 | 5.43 | - |
| YUV | 114.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 52 | 0 | 0.62 | 0.75 | 0.18 | 10.32 | 0.63 | 0.51 |
| Hex | D1 | 4F | 34 | 0 | 3E | 4B | 12 | A | 3F | 33 |
| Octal | 321 | 117 | 64 | 0 | 76 | 113 | 22 | 12 | 77 | 63 |
| Binary | 11010001 | 1001111 | 110100 | 0 | 111110 | 1001011 | 10010 | 1010 | 111111 | 110011 |
Color Harmonies of #D14F34
Complementary color
Monochromatic Colors of #D14F34
Black with #D14F34
Text Example
Text Example
White with #D14F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F34; }
p { color: rgb(209,79,52); }
H1.HeaderClassName
{
color: #D14F34;
}
.AnyTagClassName
{
color: #D14F34;
}
</style>
background-color css
<style>
a { background-color: #D14F34; }
a { background-color: rgb(209,79,52); }
div.DivClassName
{
background-color: #D14F34;
}
.BgClassName
{
background-color: #D14F34;
}
</style>
border-color css
<style>
span { border-color: #D14F34; }
span { border-color: rgb(209,79,52); }
td.TdClassName
{
border-color: #D14F34;
}
.TagClassName
{
border-color: #D14F34;
}
</style>