Shades of Trinidad #D34733
Tints of Trinidad #D34733
RGB
CMYK
RGB Variations
Color information
#D34733 (or 0xD34733) is known color: Trinidad. HEX triplet: D3, 47 and 33. RGB value is (211,71,51). Sum of RGB (Red+Green+Blue) = 211+71+51=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D34733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34733 is #2CB8CC. Grayscale: #6E6E6E. Windows color (decimal): -2930893 or 3360723. OLE color: 3360723.
HSL color Cylindrical-coordinate representation of color #D34733: hue angle of 7.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 #D34733 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 51 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.17 |
| HSL | 7.5º | 0.65% | 0.51% | - |
| HSV(B) | 7.5º | 0.76% | 0.83% | - |
| XYZ | 29.71 | 18.59 | 5.15 | - |
| YUV | 110.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 51 | 0 | 0.66 | 0.76 | 0.17 | 7.5 | 0.65 | 0.51 |
| Hex | D3 | 47 | 33 | 0 | 42 | 4C | 11 | 8 | 41 | 33 |
| Octal | 323 | 107 | 63 | 0 | 102 | 114 | 21 | 10 | 101 | 63 |
| Binary | 11010011 | 1000111 | 110011 | 0 | 1000010 | 1001100 | 10001 | 1000 | 1000001 | 110011 |
Color Harmonies of #D34733
Complementary color
Monochromatic Colors of #D34733
Black with #D34733
Text Example
Text Example
White with #D34733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34733; }
p { color: rgb(211,71,51); }
H1.HeaderClassName
{
color: #D34733;
}
.AnyTagClassName
{
color: #D34733;
}
</style>
background-color css
<style>
a { background-color: #D34733; }
a { background-color: rgb(211,71,51); }
div.DivClassName
{
background-color: #D34733;
}
.BgClassName
{
background-color: #D34733;
}
</style>
border-color css
<style>
span { border-color: #D34733; }
span { border-color: rgb(211,71,51); }
td.TdClassName
{
border-color: #D34733;
}
.TagClassName
{
border-color: #D34733;
}
</style>