Shades of Trinidad #D14B25
Tints of Trinidad #D14B25
RGB
CMYK
RGB Variations
Color information
#D14B25 (or 0xD14B25) is known color: Trinidad. HEX triplet: D1, 4B and 25. RGB value is (209,75,37). Sum of RGB (Red+Green+Blue) = 209+75+37=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14B25 is #2EB4DA. Grayscale: #6F6F6F. Windows color (decimal): -3060955 or 2444241. OLE color: 2444241.
HSL color Cylindrical-coordinate representation of color #D14B25: hue angle of 13.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D14B25 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 37 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.18 |
| HSL | 13.26º | 0.7% | 0.48% | - |
| HSV(B) | 13.26º | 0.82% | 0.82% | - |
| XYZ | 29.14 | 18.72 | 3.83 | - |
| YUV | 110.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 37 | 0 | 0.64 | 0.82 | 0.18 | 13.26 | 0.7 | 0.48 |
| Hex | D1 | 4B | 25 | 0 | 40 | 52 | 12 | D | 46 | 30 |
| Octal | 321 | 113 | 45 | 0 | 100 | 122 | 22 | 15 | 106 | 60 |
| Binary | 11010001 | 1001011 | 100101 | 0 | 1000000 | 1010010 | 10010 | 1101 | 1000110 | 110000 |
Color Harmonies of #D14B25
Complementary color
Monochromatic Colors of #D14B25
Black with #D14B25
Text Example
Text Example
White with #D14B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B25; }
p { color: rgb(209,75,37); }
H1.HeaderClassName
{
color: #D14B25;
}
.AnyTagClassName
{
color: #D14B25;
}
</style>
background-color css
<style>
a { background-color: #D14B25; }
a { background-color: rgb(209,75,37); }
div.DivClassName
{
background-color: #D14B25;
}
.BgClassName
{
background-color: #D14B25;
}
</style>
border-color css
<style>
span { border-color: #D14B25; }
span { border-color: rgb(209,75,37); }
td.TdClassName
{
border-color: #D14B25;
}
.TagClassName
{
border-color: #D14B25;
}
</style>