Shades of Trinidad #D04128
Tints of Trinidad #D04128
RGB
CMYK
RGB Variations
Color information
#D04128 (or 0xD04128) is known color: Trinidad. HEX triplet: D0, 41 and 28. RGB value is (208,65,40). Sum of RGB (Red+Green+Blue) = 208+65+40=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D04128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04128 is #2FBED7. Grayscale: #696969. Windows color (decimal): -3129048 or 2638288. OLE color: 2638288.
HSL color Cylindrical-coordinate representation of color #D04128: hue angle of 8.93º 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 #D04128 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 40 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.18 |
| HSL | 8.93º | 0.68% | 0.49% | - |
| HSV(B) | 8.93º | 0.81% | 0.82% | - |
| XYZ | 28.29 | 17.34 | 3.86 | - |
| YUV | 104.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 40 | 0 | 0.69 | 0.81 | 0.18 | 8.93 | 0.68 | 0.49 |
| Hex | D0 | 41 | 28 | 0 | 45 | 51 | 12 | 9 | 44 | 31 |
| Octal | 320 | 101 | 50 | 0 | 105 | 121 | 22 | 11 | 104 | 61 |
| Binary | 11010000 | 1000001 | 101000 | 0 | 1000101 | 1010001 | 10010 | 1001 | 1000100 | 110001 |
Color Harmonies of #D04128
Complementary color
Monochromatic Colors of #D04128
Black with #D04128
Text Example
Text Example
White with #D04128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04128; }
p { color: rgb(208,65,40); }
H1.HeaderClassName
{
color: #D04128;
}
.AnyTagClassName
{
color: #D04128;
}
</style>
background-color css
<style>
a { background-color: #D04128; }
a { background-color: rgb(208,65,40); }
div.DivClassName
{
background-color: #D04128;
}
.BgClassName
{
background-color: #D04128;
}
</style>
border-color css
<style>
span { border-color: #D04128; }
span { border-color: rgb(208,65,40); }
td.TdClassName
{
border-color: #D04128;
}
.TagClassName
{
border-color: #D04128;
}
</style>