Shades of Trinidad #D14930
Tints of Trinidad #D14930
RGB
CMYK
RGB Variations
Color information
#D14930 (or 0xD14930) is known color: Trinidad. HEX triplet: D1, 49 and 30. RGB value is (209,73,48). Sum of RGB (Red+Green+Blue) = 209+73+48=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D14930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14930 is #2EB6CF. Grayscale: #6F6F6F. Windows color (decimal): -3061456 or 3164625. OLE color: 3164625.
HSL color Cylindrical-coordinate representation of color #D14930: hue angle of 9.32º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D14930 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 48 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.18 |
| HSL | 9.32º | 0.64% | 0.5% | - |
| HSV(B) | 9.32º | 0.77% | 0.82% | - |
| XYZ | 29.21 | 18.53 | 4.83 | - |
| YUV | 110.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 48 | 0 | 0.65 | 0.77 | 0.18 | 9.32 | 0.64 | 0.5 |
| Hex | D1 | 49 | 30 | 0 | 41 | 4D | 12 | 9 | 40 | 32 |
| Octal | 321 | 111 | 60 | 0 | 101 | 115 | 22 | 11 | 100 | 62 |
| Binary | 11010001 | 1001001 | 110000 | 0 | 1000001 | 1001101 | 10010 | 1001 | 1000000 | 110010 |
Color Harmonies of #D14930
Complementary color
Monochromatic Colors of #D14930
Black with #D14930
Text Example
Text Example
White with #D14930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14930; }
p { color: rgb(209,73,48); }
H1.HeaderClassName
{
color: #D14930;
}
.AnyTagClassName
{
color: #D14930;
}
</style>
background-color css
<style>
a { background-color: #D14930; }
a { background-color: rgb(209,73,48); }
div.DivClassName
{
background-color: #D14930;
}
.BgClassName
{
background-color: #D14930;
}
</style>
border-color css
<style>
span { border-color: #D14930; }
span { border-color: rgb(209,73,48); }
td.TdClassName
{
border-color: #D14930;
}
.TagClassName
{
border-color: #D14930;
}
</style>