Shades of Trinidad #D04126
Tints of Trinidad #D04126
RGB
CMYK
RGB Variations
Color information
#D04126 (or 0xD04126) is known color: Trinidad. HEX triplet: D0, 41 and 26. RGB value is (208,65,38). Sum of RGB (Red+Green+Blue) = 208+65+38=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D04126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04126 is #2FBED9. Grayscale: #686868. Windows color (decimal): -3129050 or 2507216. OLE color: 2507216.
HSL color Cylindrical-coordinate representation of color #D04126: hue angle of 9.53º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D04126 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 38 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.18 |
| HSL | 9.53º | 0.69% | 0.48% | - |
| HSV(B) | 9.53º | 0.82% | 0.82% | - |
| XYZ | 28.25 | 17.33 | 3.69 | - |
| YUV | 104.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 38 | 0 | 0.69 | 0.82 | 0.18 | 9.53 | 0.69 | 0.48 |
| Hex | D0 | 41 | 26 | 0 | 45 | 52 | 12 | A | 45 | 30 |
| Octal | 320 | 101 | 46 | 0 | 105 | 122 | 22 | 12 | 105 | 60 |
| Binary | 11010000 | 1000001 | 100110 | 0 | 1000101 | 1010010 | 10010 | 1010 | 1000101 | 110000 |
Color Harmonies of #D04126
Complementary color
Monochromatic Colors of #D04126
Black with #D04126
Text Example
Text Example
White with #D04126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04126; }
p { color: rgb(208,65,38); }
H1.HeaderClassName
{
color: #D04126;
}
.AnyTagClassName
{
color: #D04126;
}
</style>
background-color css
<style>
a { background-color: #D04126; }
a { background-color: rgb(208,65,38); }
div.DivClassName
{
background-color: #D04126;
}
.BgClassName
{
background-color: #D04126;
}
</style>
border-color css
<style>
span { border-color: #D04126; }
span { border-color: rgb(208,65,38); }
td.TdClassName
{
border-color: #D04126;
}
.TagClassName
{
border-color: #D04126;
}
</style>