Shades of Trinidad #D14823
Tints of Trinidad #D14823
RGB
CMYK
RGB Variations
Color information
#D14823 (or 0xD14823) is known color: Trinidad. HEX triplet: D1, 48 and 23. RGB value is (209,72,35). Sum of RGB (Red+Green+Blue) = 209+72+35=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D14823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14823 is #2EB7DC. Grayscale: #6D6D6D. Windows color (decimal): -3061725 or 2312401. OLE color: 2312401.
HSL color Cylindrical-coordinate representation of color #D14823: hue angle of 12.76º 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 #D14823 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 35 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.18 |
| HSL | 12.76º | 0.71% | 0.48% | - |
| HSV(B) | 12.76º | 0.83% | 0.82% | - |
| XYZ | 28.92 | 18.31 | 3.6 | - |
| YUV | 108.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 35 | 0 | 0.66 | 0.83 | 0.18 | 12.76 | 0.71 | 0.48 |
| Hex | D1 | 48 | 23 | 0 | 42 | 53 | 12 | D | 47 | 30 |
| Octal | 321 | 110 | 43 | 0 | 102 | 123 | 22 | 15 | 107 | 60 |
| Binary | 11010001 | 1001000 | 100011 | 0 | 1000010 | 1010011 | 10010 | 1101 | 1000111 | 110000 |
Color Harmonies of #D14823
Complementary color
Monochromatic Colors of #D14823
Black with #D14823
Text Example
Text Example
White with #D14823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14823; }
p { color: rgb(209,72,35); }
H1.HeaderClassName
{
color: #D14823;
}
.AnyTagClassName
{
color: #D14823;
}
</style>
background-color css
<style>
a { background-color: #D14823; }
a { background-color: rgb(209,72,35); }
div.DivClassName
{
background-color: #D14823;
}
.BgClassName
{
background-color: #D14823;
}
</style>
border-color css
<style>
span { border-color: #D14823; }
span { border-color: rgb(209,72,35); }
td.TdClassName
{
border-color: #D14823;
}
.TagClassName
{
border-color: #D14823;
}
</style>