Shades of Trinidad #D14932
Tints of Trinidad #D14932
RGB
CMYK
RGB Variations
Color information
#D14932 (or 0xD14932) is known color: Trinidad. HEX triplet: D1, 49 and 32. RGB value is (209,73,50). Sum of RGB (Red+Green+Blue) = 209+73+50=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D14932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14932 is #2EB6CD. Grayscale: #6F6F6F. Windows color (decimal): -3061454 or 3295697. OLE color: 3295697.
HSL color Cylindrical-coordinate representation of color #D14932: hue angle of 8.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D14932 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 50 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.18 |
| HSL | 8.68º | 0.63% | 0.51% | - |
| HSV(B) | 8.68º | 0.76% | 0.82% | - |
| XYZ | 29.25 | 18.55 | 5.06 | - |
| YUV | 111.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 50 | 0 | 0.65 | 0.76 | 0.18 | 8.68 | 0.63 | 0.51 |
| Hex | D1 | 49 | 32 | 0 | 41 | 4C | 12 | 9 | 3F | 33 |
| Octal | 321 | 111 | 62 | 0 | 101 | 114 | 22 | 11 | 77 | 63 |
| Binary | 11010001 | 1001001 | 110010 | 0 | 1000001 | 1001100 | 10010 | 1001 | 111111 | 110011 |
Color Harmonies of #D14932
Complementary color
Monochromatic Colors of #D14932
Black with #D14932
Text Example
Text Example
White with #D14932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14932; }
p { color: rgb(209,73,50); }
H1.HeaderClassName
{
color: #D14932;
}
.AnyTagClassName
{
color: #D14932;
}
</style>
background-color css
<style>
a { background-color: #D14932; }
a { background-color: rgb(209,73,50); }
div.DivClassName
{
background-color: #D14932;
}
.BgClassName
{
background-color: #D14932;
}
</style>
border-color css
<style>
span { border-color: #D14932; }
span { border-color: rgb(209,73,50); }
td.TdClassName
{
border-color: #D14932;
}
.TagClassName
{
border-color: #D14932;
}
</style>