Shades of Trinidad #D04834
Tints of Trinidad #D04834
RGB
CMYK
RGB Variations
Color information
#D04834 (or 0xD04834) is known color: Trinidad. HEX triplet: D0, 48 and 34. RGB value is (208,72,52). Sum of RGB (Red+Green+Blue) = 208+72+52=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D04834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04834 is #2FB7CB. Grayscale: #6E6E6E. Windows color (decimal): -3127244 or 3426512. OLE color: 3426512.
HSL color Cylindrical-coordinate representation of color #D04834: hue angle of 7.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D04834 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 52 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.18 |
| HSL | 7.69º | 0.62% | 0.51% | - |
| HSV(B) | 7.69º | 0.75% | 0.82% | - |
| XYZ | 28.95 | 18.29 | 5.25 | - |
| YUV | 110.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 52 | 0 | 0.65 | 0.75 | 0.18 | 7.69 | 0.62 | 0.51 |
| Hex | D0 | 48 | 34 | 0 | 41 | 4B | 12 | 8 | 3E | 33 |
| Octal | 320 | 110 | 64 | 0 | 101 | 113 | 22 | 10 | 76 | 63 |
| Binary | 11010000 | 1001000 | 110100 | 0 | 1000001 | 1001011 | 10010 | 1000 | 111110 | 110011 |
Color Harmonies of #D04834
Complementary color
Monochromatic Colors of #D04834
Black with #D04834
Text Example
Text Example
White with #D04834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04834; }
p { color: rgb(208,72,52); }
H1.HeaderClassName
{
color: #D04834;
}
.AnyTagClassName
{
color: #D04834;
}
</style>
background-color css
<style>
a { background-color: #D04834; }
a { background-color: rgb(208,72,52); }
div.DivClassName
{
background-color: #D04834;
}
.BgClassName
{
background-color: #D04834;
}
</style>
border-color css
<style>
span { border-color: #D04834; }
span { border-color: rgb(208,72,52); }
td.TdClassName
{
border-color: #D04834;
}
.TagClassName
{
border-color: #D04834;
}
</style>