Shades of Trinidad #D34F26
Tints of Trinidad #D34F26
RGB
CMYK
RGB Variations
Color information
#D34F26 (or 0xD34F26) is known color: Trinidad. HEX triplet: D3, 4F and 26. RGB value is (211,79,38). Sum of RGB (Red+Green+Blue) = 211+79+38=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F26 is #2CB0D9. Grayscale: #727272. Windows color (decimal): -2928858 or 2510803. OLE color: 2510803.
HSL color Cylindrical-coordinate representation of color #D34F26: hue angle of 14.22º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D34F26 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 38 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.17 |
| HSL | 14.22º | 0.69% | 0.49% | - |
| HSV(B) | 14.22º | 0.82% | 0.83% | - |
| XYZ | 30.01 | 19.58 | 4.03 | - |
| YUV | 113.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 38 | 0 | 0.63 | 0.82 | 0.17 | 14.22 | 0.69 | 0.49 |
| Hex | D3 | 4F | 26 | 0 | 3F | 52 | 11 | E | 45 | 31 |
| Octal | 323 | 117 | 46 | 0 | 77 | 122 | 21 | 16 | 105 | 61 |
| Binary | 11010011 | 1001111 | 100110 | 0 | 111111 | 1010010 | 10001 | 1110 | 1000101 | 110001 |
Color Harmonies of #D34F26
Complementary color
Monochromatic Colors of #D34F26
Black with #D34F26
Text Example
Text Example
White with #D34F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F26; }
p { color: rgb(211,79,38); }
H1.HeaderClassName
{
color: #D34F26;
}
.AnyTagClassName
{
color: #D34F26;
}
</style>
background-color css
<style>
a { background-color: #D34F26; }
a { background-color: rgb(211,79,38); }
div.DivClassName
{
background-color: #D34F26;
}
.BgClassName
{
background-color: #D34F26;
}
</style>
border-color css
<style>
span { border-color: #D34F26; }
span { border-color: rgb(211,79,38); }
td.TdClassName
{
border-color: #D34F26;
}
.TagClassName
{
border-color: #D34F26;
}
</style>