Shades of Trinidad #D1503A
Tints of Trinidad #D1503A
RGB
CMYK
RGB Variations
Color information
#D1503A (or 0xD1503A) is known color: Trinidad. HEX triplet: D1, 50 and 3A. RGB value is (209,80,58). Sum of RGB (Red+Green+Blue) = 209+80+58=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1503A is #2EAFC5. Grayscale: #747474. Windows color (decimal): -3059654 or 3821777. OLE color: 3821777.
HSL color Cylindrical-coordinate representation of color #D1503A: hue angle of 8.74º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1503A is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 58 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.18 |
| HSL | 8.74º | 0.62% | 0.52% | - |
| HSV(B) | 8.74º | 0.72% | 0.82% | - |
| XYZ | 29.93 | 19.6 | 6.21 | - |
| YUV | 116.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 58 | 0 | 0.62 | 0.72 | 0.18 | 8.74 | 0.62 | 0.52 |
| Hex | D1 | 50 | 3A | 0 | 3E | 48 | 12 | 9 | 3E | 34 |
| Octal | 321 | 120 | 72 | 0 | 76 | 110 | 22 | 11 | 76 | 64 |
| Binary | 11010001 | 1010000 | 111010 | 0 | 111110 | 1001000 | 10010 | 1001 | 111110 | 110100 |
Color Harmonies of #D1503A
Complementary color
Monochromatic Colors of #D1503A
Black with #D1503A
Text Example
Text Example
White with #D1503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1503A; }
p { color: rgb(209,80,58); }
H1.HeaderClassName
{
color: #D1503A;
}
.AnyTagClassName
{
color: #D1503A;
}
</style>
background-color css
<style>
a { background-color: #D1503A; }
a { background-color: rgb(209,80,58); }
div.DivClassName
{
background-color: #D1503A;
}
.BgClassName
{
background-color: #D1503A;
}
</style>
border-color css
<style>
span { border-color: #D1503A; }
span { border-color: rgb(209,80,58); }
td.TdClassName
{
border-color: #D1503A;
}
.TagClassName
{
border-color: #D1503A;
}
</style>