Shades of Trinidad #D34F33
Tints of Trinidad #D34F33
RGB
CMYK
RGB Variations
Color information
#D34F33 (or 0xD34F33) is known color: Trinidad. HEX triplet: D3, 4F and 33. RGB value is (211,79,51). Sum of RGB (Red+Green+Blue) = 211+79+51=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F33 is #2CB0CC. Grayscale: #737373. Windows color (decimal): -2928845 or 3362771. OLE color: 3362771.
HSL color Cylindrical-coordinate representation of color #D34F33: hue angle of 10.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D34F33 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 51 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.17 |
| HSL | 10.5º | 0.65% | 0.51% | - |
| HSV(B) | 10.5º | 0.76% | 0.83% | - |
| XYZ | 30.26 | 19.68 | 5.34 | - |
| YUV | 115.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 51 | 0 | 0.63 | 0.76 | 0.17 | 10.5 | 0.65 | 0.51 |
| Hex | D3 | 4F | 33 | 0 | 3F | 4C | 11 | A | 41 | 33 |
| Octal | 323 | 117 | 63 | 0 | 77 | 114 | 21 | 12 | 101 | 63 |
| Binary | 11010011 | 1001111 | 110011 | 0 | 111111 | 1001100 | 10001 | 1010 | 1000001 | 110011 |
Color Harmonies of #D34F33
Complementary color
Monochromatic Colors of #D34F33
Black with #D34F33
Text Example
Text Example
White with #D34F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F33; }
p { color: rgb(211,79,51); }
H1.HeaderClassName
{
color: #D34F33;
}
.AnyTagClassName
{
color: #D34F33;
}
</style>
background-color css
<style>
a { background-color: #D34F33; }
a { background-color: rgb(211,79,51); }
div.DivClassName
{
background-color: #D34F33;
}
.BgClassName
{
background-color: #D34F33;
}
</style>
border-color css
<style>
span { border-color: #D34F33; }
span { border-color: rgb(211,79,51); }
td.TdClassName
{
border-color: #D34F33;
}
.TagClassName
{
border-color: #D34F33;
}
</style>