Shades of Trinidad #D14528
Tints of Trinidad #D14528
RGB
CMYK
RGB Variations
Color information
#D14528 (or 0xD14528) is known color: Trinidad. HEX triplet: D1, 45 and 28. RGB value is (209,69,40). Sum of RGB (Red+Green+Blue) = 209+69+40=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D14528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14528 is #2EBAD7. Grayscale: #6B6B6B. Windows color (decimal): -3062488 or 2639313. OLE color: 2639313.
HSL color Cylindrical-coordinate representation of color #D14528: hue angle of 10.3º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D14528 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 40 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.18 |
| HSL | 10.3º | 0.68% | 0.49% | - |
| HSV(B) | 10.3º | 0.81% | 0.82% | - |
| XYZ | 28.81 | 17.96 | 3.96 | - |
| YUV | 107.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 40 | 0 | 0.67 | 0.81 | 0.18 | 10.3 | 0.68 | 0.49 |
| Hex | D1 | 45 | 28 | 0 | 43 | 51 | 12 | A | 44 | 31 |
| Octal | 321 | 105 | 50 | 0 | 103 | 121 | 22 | 12 | 104 | 61 |
| Binary | 11010001 | 1000101 | 101000 | 0 | 1000011 | 1010001 | 10010 | 1010 | 1000100 | 110001 |
Color Harmonies of #D14528
Complementary color
Monochromatic Colors of #D14528
Black with #D14528
Text Example
Text Example
White with #D14528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14528; }
p { color: rgb(209,69,40); }
H1.HeaderClassName
{
color: #D14528;
}
.AnyTagClassName
{
color: #D14528;
}
</style>
background-color css
<style>
a { background-color: #D14528; }
a { background-color: rgb(209,69,40); }
div.DivClassName
{
background-color: #D14528;
}
.BgClassName
{
background-color: #D14528;
}
</style>
border-color css
<style>
span { border-color: #D14528; }
span { border-color: rgb(209,69,40); }
td.TdClassName
{
border-color: #D14528;
}
.TagClassName
{
border-color: #D14528;
}
</style>