Shades of Trinidad #D04328
Tints of Trinidad #D04328
RGB
CMYK
RGB Variations
Color information
#D04328 (or 0xD04328) is known color: Trinidad. HEX triplet: D0, 43 and 28. RGB value is (208,67,40). Sum of RGB (Red+Green+Blue) = 208+67+40=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D04328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04328 is #2FBCD7. Grayscale: #6A6A6A. Windows color (decimal): -3128536 or 2638800. OLE color: 2638800.
HSL color Cylindrical-coordinate representation of color #D04328: hue angle of 9.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D04328 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 40 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.18 |
| HSL | 9.64º | 0.68% | 0.49% | - |
| HSV(B) | 9.64º | 0.81% | 0.82% | - |
| XYZ | 28.4 | 17.58 | 3.9 | - |
| YUV | 106.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 40 | 0 | 0.68 | 0.81 | 0.18 | 9.64 | 0.68 | 0.49 |
| Hex | D0 | 43 | 28 | 0 | 44 | 51 | 12 | A | 44 | 31 |
| Octal | 320 | 103 | 50 | 0 | 104 | 121 | 22 | 12 | 104 | 61 |
| Binary | 11010000 | 1000011 | 101000 | 0 | 1000100 | 1010001 | 10010 | 1010 | 1000100 | 110001 |
Color Harmonies of #D04328
Complementary color
Monochromatic Colors of #D04328
Black with #D04328
Text Example
Text Example
White with #D04328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04328; }
p { color: rgb(208,67,40); }
H1.HeaderClassName
{
color: #D04328;
}
.AnyTagClassName
{
color: #D04328;
}
</style>
background-color css
<style>
a { background-color: #D04328; }
a { background-color: rgb(208,67,40); }
div.DivClassName
{
background-color: #D04328;
}
.BgClassName
{
background-color: #D04328;
}
</style>
border-color css
<style>
span { border-color: #D04328; }
span { border-color: rgb(208,67,40); }
td.TdClassName
{
border-color: #D04328;
}
.TagClassName
{
border-color: #D04328;
}
</style>