Shades of Trinidad #D04B2D
Tints of Trinidad #D04B2D
RGB
CMYK
RGB Variations
Color information
#D04B2D (or 0xD04B2D) is known color: Trinidad. HEX triplet: D0, 4B and 2D. RGB value is (208,75,45). Sum of RGB (Red+Green+Blue) = 208+75+45=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B2D is #2FB4D2. Grayscale: #6F6F6F. Windows color (decimal): -3126483 or 2968528. OLE color: 2968528.
HSL color Cylindrical-coordinate representation of color #D04B2D: hue angle of 11.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D04B2D is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 45 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.18 |
| HSL | 11.04º | 0.64% | 0.5% | - |
| HSV(B) | 11.04º | 0.78% | 0.82% | - |
| XYZ | 29 | 18.63 | 4.55 | - |
| YUV | 111.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 45 | 0 | 0.64 | 0.78 | 0.18 | 11.04 | 0.64 | 0.5 |
| Hex | D0 | 4B | 2D | 0 | 40 | 4E | 12 | B | 40 | 32 |
| Octal | 320 | 113 | 55 | 0 | 100 | 116 | 22 | 13 | 100 | 62 |
| Binary | 11010000 | 1001011 | 101101 | 0 | 1000000 | 1001110 | 10010 | 1011 | 1000000 | 110010 |
Color Harmonies of #D04B2D
Complementary color
Monochromatic Colors of #D04B2D
Black with #D04B2D
Text Example
Text Example
White with #D04B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B2D; }
p { color: rgb(208,75,45); }
H1.HeaderClassName
{
color: #D04B2D;
}
.AnyTagClassName
{
color: #D04B2D;
}
</style>
background-color css
<style>
a { background-color: #D04B2D; }
a { background-color: rgb(208,75,45); }
div.DivClassName
{
background-color: #D04B2D;
}
.BgClassName
{
background-color: #D04B2D;
}
</style>
border-color css
<style>
span { border-color: #D04B2D; }
span { border-color: rgb(208,75,45); }
td.TdClassName
{
border-color: #D04B2D;
}
.TagClassName
{
border-color: #D04B2D;
}
</style>