Shades of Trinidad #D84D25
Tints of Trinidad #D84D25
RGB
CMYK
RGB Variations
Color information
#D84D25 (or 0xD84D25) is known color: Trinidad. HEX triplet: D8, 4D and 25. RGB value is (216,77,37). Sum of RGB (Red+Green+Blue) = 216+77+37=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D25 is #27B2DA. Grayscale: #727272. Windows color (decimal): -2601691 or 2444760. OLE color: 2444760.
HSL color Cylindrical-coordinate representation of color #D84D25: hue angle of 13.41º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D84D25 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 37 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.15 |
| HSL | 13.41º | 0.71% | 0.5% | - |
| HSV(B) | 13.41º | 0.83% | 0.85% | - |
| XYZ | 31.31 | 20.04 | 3.97 | - |
| YUV | 114 | 84.55 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 37 | 0 | 0.64 | 0.83 | 0.15 | 13.41 | 0.71 | 0.5 |
| Hex | D8 | 4D | 25 | 0 | 40 | 53 | F | D | 47 | 32 |
| Octal | 330 | 115 | 45 | 0 | 100 | 123 | 17 | 15 | 107 | 62 |
| Binary | 11011000 | 1001101 | 100101 | 0 | 1000000 | 1010011 | 1111 | 1101 | 1000111 | 110010 |
Color Harmonies of #D84D25
Complementary color
Monochromatic Colors of #D84D25
Black with #D84D25
Text Example
Text Example
White with #D84D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D25; }
p { color: rgb(216,77,37); }
H1.HeaderClassName
{
color: #D84D25;
}
.AnyTagClassName
{
color: #D84D25;
}
</style>
background-color css
<style>
a { background-color: #D84D25; }
a { background-color: rgb(216,77,37); }
div.DivClassName
{
background-color: #D84D25;
}
.BgClassName
{
background-color: #D84D25;
}
</style>
border-color css
<style>
span { border-color: #D84D25; }
span { border-color: rgb(216,77,37); }
td.TdClassName
{
border-color: #D84D25;
}
.TagClassName
{
border-color: #D84D25;
}
</style>