Shades of Trinidad #D14824
Tints of Trinidad #D14824
RGB
CMYK
RGB Variations
Color information
#D14824 (or 0xD14824) is known color: Trinidad. HEX triplet: D1, 48 and 24. RGB value is (209,72,36). Sum of RGB (Red+Green+Blue) = 209+72+36=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D14824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14824 is #2EB7DB. Grayscale: #6D6D6D. Windows color (decimal): -3061724 or 2377937. OLE color: 2377937.
HSL color Cylindrical-coordinate representation of color #D14824: hue angle of 12.49º 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 #D14824 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 36 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.18 |
| HSL | 12.49º | 0.71% | 0.48% | - |
| HSV(B) | 12.49º | 0.83% | 0.82% | - |
| XYZ | 28.93 | 18.32 | 3.68 | - |
| YUV | 108.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 36 | 0 | 0.66 | 0.83 | 0.18 | 12.49 | 0.71 | 0.48 |
| Hex | D1 | 48 | 24 | 0 | 42 | 53 | 12 | C | 47 | 30 |
| Octal | 321 | 110 | 44 | 0 | 102 | 123 | 22 | 14 | 107 | 60 |
| Binary | 11010001 | 1001000 | 100100 | 0 | 1000010 | 1010011 | 10010 | 1100 | 1000111 | 110000 |
Color Harmonies of #D14824
Complementary color
Monochromatic Colors of #D14824
Black with #D14824
Text Example
Text Example
White with #D14824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14824; }
p { color: rgb(209,72,36); }
H1.HeaderClassName
{
color: #D14824;
}
.AnyTagClassName
{
color: #D14824;
}
</style>
background-color css
<style>
a { background-color: #D14824; }
a { background-color: rgb(209,72,36); }
div.DivClassName
{
background-color: #D14824;
}
.BgClassName
{
background-color: #D14824;
}
</style>
border-color css
<style>
span { border-color: #D14824; }
span { border-color: rgb(209,72,36); }
td.TdClassName
{
border-color: #D14824;
}
.TagClassName
{
border-color: #D14824;
}
</style>