Shades of Trinidad #D04B27
Tints of Trinidad #D04B27
RGB
CMYK
RGB Variations
Color information
#D04B27 (or 0xD04B27) is known color: Trinidad. HEX triplet: D0, 4B and 27. RGB value is (208,75,39). Sum of RGB (Red+Green+Blue) = 208+75+39=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B27 is #2FB4D8. Grayscale: #6E6E6E. Windows color (decimal): -3126489 or 2575312. OLE color: 2575312.
HSL color Cylindrical-coordinate representation of color #D04B27: hue angle of 12.78º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D04B27 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 39 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.18 |
| HSL | 12.78º | 0.68% | 0.48% | - |
| HSV(B) | 12.78º | 0.81% | 0.82% | - |
| XYZ | 28.89 | 18.59 | 3.98 | - |
| YUV | 110.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 39 | 0 | 0.64 | 0.81 | 0.18 | 12.78 | 0.68 | 0.48 |
| Hex | D0 | 4B | 27 | 0 | 40 | 51 | 12 | D | 44 | 30 |
| Octal | 320 | 113 | 47 | 0 | 100 | 121 | 22 | 15 | 104 | 60 |
| Binary | 11010000 | 1001011 | 100111 | 0 | 1000000 | 1010001 | 10010 | 1101 | 1000100 | 110000 |
Color Harmonies of #D04B27
Complementary color
Monochromatic Colors of #D04B27
Black with #D04B27
Text Example
Text Example
White with #D04B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B27; }
p { color: rgb(208,75,39); }
H1.HeaderClassName
{
color: #D04B27;
}
.AnyTagClassName
{
color: #D04B27;
}
</style>
background-color css
<style>
a { background-color: #D04B27; }
a { background-color: rgb(208,75,39); }
div.DivClassName
{
background-color: #D04B27;
}
.BgClassName
{
background-color: #D04B27;
}
</style>
border-color css
<style>
span { border-color: #D04B27; }
span { border-color: rgb(208,75,39); }
td.TdClassName
{
border-color: #D04B27;
}
.TagClassName
{
border-color: #D04B27;
}
</style>