Shades of Trinidad #D04B2B
Tints of Trinidad #D04B2B
RGB
CMYK
RGB Variations
Color information
#D04B2B (or 0xD04B2B) is known color: Trinidad. HEX triplet: D0, 4B and 2B. RGB value is (208,75,43). Sum of RGB (Red+Green+Blue) = 208+75+43=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B2B is #2FB4D4. Grayscale: #6F6F6F. Windows color (decimal): -3126485 or 2837456. OLE color: 2837456.
HSL color Cylindrical-coordinate representation of color #D04B2B: hue angle of 11.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D04B2B is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 43 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.18 |
| HSL | 11.64º | 0.66% | 0.49% | - |
| HSV(B) | 11.64º | 0.79% | 0.82% | - |
| XYZ | 28.96 | 18.62 | 4.35 | - |
| YUV | 111.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 43 | 0 | 0.64 | 0.79 | 0.18 | 11.64 | 0.66 | 0.49 |
| Hex | D0 | 4B | 2B | 0 | 40 | 4F | 12 | C | 42 | 31 |
| Octal | 320 | 113 | 53 | 0 | 100 | 117 | 22 | 14 | 102 | 61 |
| Binary | 11010000 | 1001011 | 101011 | 0 | 1000000 | 1001111 | 10010 | 1100 | 1000010 | 110001 |
Color Harmonies of #D04B2B
Complementary color
Monochromatic Colors of #D04B2B
Black with #D04B2B
Text Example
Text Example
White with #D04B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B2B; }
p { color: rgb(208,75,43); }
H1.HeaderClassName
{
color: #D04B2B;
}
.AnyTagClassName
{
color: #D04B2B;
}
</style>
background-color css
<style>
a { background-color: #D04B2B; }
a { background-color: rgb(208,75,43); }
div.DivClassName
{
background-color: #D04B2B;
}
.BgClassName
{
background-color: #D04B2B;
}
</style>
border-color css
<style>
span { border-color: #D04B2B; }
span { border-color: rgb(208,75,43); }
td.TdClassName
{
border-color: #D04B2B;
}
.TagClassName
{
border-color: #D04B2B;
}
</style>