Shades of Trinidad #D04D38
Tints of Trinidad #D04D38
RGB
CMYK
RGB Variations
Color information
#D04D38 (or 0xD04D38) is known color: Trinidad. HEX triplet: D0, 4D and 38. RGB value is (208,77,56). Sum of RGB (Red+Green+Blue) = 208+77+56=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D38 is #2FB2C7. Grayscale: #717171. Windows color (decimal): -3125960 or 3689936. OLE color: 3689936.
HSL color Cylindrical-coordinate representation of color #D04D38: hue angle of 8.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D04D38 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 56 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.18 |
| HSL | 8.29º | 0.62% | 0.52% | - |
| HSV(B) | 8.29º | 0.73% | 0.82% | - |
| XYZ | 29.38 | 19 | 5.86 | - |
| YUV | 113.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 56 | 0 | 0.63 | 0.73 | 0.18 | 8.29 | 0.62 | 0.52 |
| Hex | D0 | 4D | 38 | 0 | 3F | 49 | 12 | 8 | 3E | 34 |
| Octal | 320 | 115 | 70 | 0 | 77 | 111 | 22 | 10 | 76 | 64 |
| Binary | 11010000 | 1001101 | 111000 | 0 | 111111 | 1001001 | 10010 | 1000 | 111110 | 110100 |
Color Harmonies of #D04D38
Complementary color
Monochromatic Colors of #D04D38
Black with #D04D38
Text Example
Text Example
White with #D04D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D38; }
p { color: rgb(208,77,56); }
H1.HeaderClassName
{
color: #D04D38;
}
.AnyTagClassName
{
color: #D04D38;
}
</style>
background-color css
<style>
a { background-color: #D04D38; }
a { background-color: rgb(208,77,56); }
div.DivClassName
{
background-color: #D04D38;
}
.BgClassName
{
background-color: #D04D38;
}
</style>
border-color css
<style>
span { border-color: #D04D38; }
span { border-color: rgb(208,77,56); }
td.TdClassName
{
border-color: #D04D38;
}
.TagClassName
{
border-color: #D04D38;
}
</style>