Shades of Trinidad #D04B2C
Tints of Trinidad #D04B2C
RGB
CMYK
RGB Variations
Color information
#D04B2C (or 0xD04B2C) is known color: Trinidad. HEX triplet: D0, 4B and 2C. RGB value is (208,75,44). Sum of RGB (Red+Green+Blue) = 208+75+44=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B2C is #2FB4D3. Grayscale: #6F6F6F. Windows color (decimal): -3126484 or 2902992. OLE color: 2902992.
HSL color Cylindrical-coordinate representation of color #D04B2C: hue angle of 11.34º degrees, saturation: 0.65, 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 #D04B2C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 44 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.18 |
| HSL | 11.34º | 0.65% | 0.49% | - |
| HSV(B) | 11.34º | 0.79% | 0.82% | - |
| XYZ | 28.98 | 18.62 | 4.45 | - |
| YUV | 111.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 44 | 0 | 0.64 | 0.79 | 0.18 | 11.34 | 0.65 | 0.49 |
| Hex | D0 | 4B | 2C | 0 | 40 | 4F | 12 | B | 41 | 31 |
| Octal | 320 | 113 | 54 | 0 | 100 | 117 | 22 | 13 | 101 | 61 |
| Binary | 11010000 | 1001011 | 101100 | 0 | 1000000 | 1001111 | 10010 | 1011 | 1000001 | 110001 |
Color Harmonies of #D04B2C
Complementary color
Monochromatic Colors of #D04B2C
Black with #D04B2C
Text Example
Text Example
White with #D04B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B2C; }
p { color: rgb(208,75,44); }
H1.HeaderClassName
{
color: #D04B2C;
}
.AnyTagClassName
{
color: #D04B2C;
}
</style>
background-color css
<style>
a { background-color: #D04B2C; }
a { background-color: rgb(208,75,44); }
div.DivClassName
{
background-color: #D04B2C;
}
.BgClassName
{
background-color: #D04B2C;
}
</style>
border-color css
<style>
span { border-color: #D04B2C; }
span { border-color: rgb(208,75,44); }
td.TdClassName
{
border-color: #D04B2C;
}
.TagClassName
{
border-color: #D04B2C;
}
</style>