Shades of Trinidad #D14430
Tints of Trinidad #D14430
RGB
CMYK
RGB Variations
Color information
#D14430 (or 0xD14430) is known color: Trinidad. HEX triplet: D1, 44 and 30. RGB value is (209,68,48). Sum of RGB (Red+Green+Blue) = 209+68+48=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D14430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14430 is #2EBBCF. Grayscale: #6C6C6C. Windows color (decimal): -3062736 or 3163345. OLE color: 3163345.
HSL color Cylindrical-coordinate representation of color #D14430: hue angle of 7.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D14430 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 48 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.18 |
| HSL | 7.45º | 0.64% | 0.5% | - |
| HSV(B) | 7.45º | 0.77% | 0.82% | - |
| XYZ | 28.9 | 17.9 | 4.73 | - |
| YUV | 107.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 48 | 0 | 0.67 | 0.77 | 0.18 | 7.45 | 0.64 | 0.5 |
| Hex | D1 | 44 | 30 | 0 | 43 | 4D | 12 | 7 | 40 | 32 |
| Octal | 321 | 104 | 60 | 0 | 103 | 115 | 22 | 7 | 100 | 62 |
| Binary | 11010001 | 1000100 | 110000 | 0 | 1000011 | 1001101 | 10010 | 111 | 1000000 | 110010 |
Color Harmonies of #D14430
Complementary color
Monochromatic Colors of #D14430
Black with #D14430
Text Example
Text Example
White with #D14430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14430; }
p { color: rgb(209,68,48); }
H1.HeaderClassName
{
color: #D14430;
}
.AnyTagClassName
{
color: #D14430;
}
</style>
background-color css
<style>
a { background-color: #D14430; }
a { background-color: rgb(209,68,48); }
div.DivClassName
{
background-color: #D14430;
}
.BgClassName
{
background-color: #D14430;
}
</style>
border-color css
<style>
span { border-color: #D14430; }
span { border-color: rgb(209,68,48); }
td.TdClassName
{
border-color: #D14430;
}
.TagClassName
{
border-color: #D14430;
}
</style>