Shades of Trinidad #D04825
Tints of Trinidad #D04825
RGB
CMYK
RGB Variations
Color information
#D04825 (or 0xD04825) is known color: Trinidad. HEX triplet: D0, 48 and 25. RGB value is (208,72,37). Sum of RGB (Red+Green+Blue) = 208+72+37=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D04825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04825 is #2FB7DA. Grayscale: #6C6C6C. Windows color (decimal): -3127259 or 2443472. OLE color: 2443472.
HSL color Cylindrical-coordinate representation of color #D04825: hue angle of 12.28º 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 #D04825 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 37 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.18 |
| HSL | 12.28º | 0.7% | 0.48% | - |
| HSV(B) | 12.28º | 0.82% | 0.82% | - |
| XYZ | 28.66 | 18.18 | 3.75 | - |
| YUV | 108.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 37 | 0 | 0.65 | 0.82 | 0.18 | 12.28 | 0.7 | 0.48 |
| Hex | D0 | 48 | 25 | 0 | 41 | 52 | 12 | C | 46 | 30 |
| Octal | 320 | 110 | 45 | 0 | 101 | 122 | 22 | 14 | 106 | 60 |
| Binary | 11010000 | 1001000 | 100101 | 0 | 1000001 | 1010010 | 10010 | 1100 | 1000110 | 110000 |
Color Harmonies of #D04825
Complementary color
Monochromatic Colors of #D04825
Black with #D04825
Text Example
Text Example
White with #D04825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04825; }
p { color: rgb(208,72,37); }
H1.HeaderClassName
{
color: #D04825;
}
.AnyTagClassName
{
color: #D04825;
}
</style>
background-color css
<style>
a { background-color: #D04825; }
a { background-color: rgb(208,72,37); }
div.DivClassName
{
background-color: #D04825;
}
.BgClassName
{
background-color: #D04825;
}
</style>
border-color css
<style>
span { border-color: #D04825; }
span { border-color: rgb(208,72,37); }
td.TdClassName
{
border-color: #D04825;
}
.TagClassName
{
border-color: #D04825;
}
</style>