Shades of Trinidad #D14923
Tints of Trinidad #D14923
RGB
CMYK
RGB Variations
Color information
#D14923 (or 0xD14923) is known color: Trinidad. HEX triplet: D1, 49 and 23. RGB value is (209,73,35). Sum of RGB (Red+Green+Blue) = 209+73+35=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D14923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14923 is #2EB6DC. Grayscale: #6D6D6D. Windows color (decimal): -3061469 or 2312657. OLE color: 2312657.
HSL color Cylindrical-coordinate representation of color #D14923: hue angle of 13.1º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D14923 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 35 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.18 |
| HSL | 13.1º | 0.71% | 0.48% | - |
| HSV(B) | 13.1º | 0.83% | 0.82% | - |
| XYZ | 28.98 | 18.44 | 3.62 | - |
| YUV | 109.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 35 | 0 | 0.65 | 0.83 | 0.18 | 13.1 | 0.71 | 0.48 |
| Hex | D1 | 49 | 23 | 0 | 41 | 53 | 12 | D | 47 | 30 |
| Octal | 321 | 111 | 43 | 0 | 101 | 123 | 22 | 15 | 107 | 60 |
| Binary | 11010001 | 1001001 | 100011 | 0 | 1000001 | 1010011 | 10010 | 1101 | 1000111 | 110000 |
Color Harmonies of #D14923
Complementary color
Monochromatic Colors of #D14923
Black with #D14923
Text Example
Text Example
White with #D14923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14923; }
p { color: rgb(209,73,35); }
H1.HeaderClassName
{
color: #D14923;
}
.AnyTagClassName
{
color: #D14923;
}
</style>
background-color css
<style>
a { background-color: #D14923; }
a { background-color: rgb(209,73,35); }
div.DivClassName
{
background-color: #D14923;
}
.BgClassName
{
background-color: #D14923;
}
</style>
border-color css
<style>
span { border-color: #D14923; }
span { border-color: rgb(209,73,35); }
td.TdClassName
{
border-color: #D14923;
}
.TagClassName
{
border-color: #D14923;
}
</style>