Shades of Trinidad #D34E2F
Tints of Trinidad #D34E2F
RGB
CMYK
RGB Variations
Color information
#D34E2F (or 0xD34E2F) is known color: Trinidad. HEX triplet: D3, 4E and 2F. RGB value is (211,78,47). Sum of RGB (Red+Green+Blue) = 211+78+47=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34E2F is #2CB1D0. Grayscale: #727272. Windows color (decimal): -2929105 or 3100371. OLE color: 3100371.
HSL color Cylindrical-coordinate representation of color #D34E2F: hue angle of 11.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D34E2F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 47 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.17 |
| HSL | 11.34º | 0.65% | 0.51% | - |
| HSV(B) | 11.34º | 0.78% | 0.83% | - |
| XYZ | 30.1 | 19.5 | 4.87 | - |
| YUV | 114.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 47 | 0 | 0.63 | 0.78 | 0.17 | 11.34 | 0.65 | 0.51 |
| Hex | D3 | 4E | 2F | 0 | 3F | 4E | 11 | B | 41 | 33 |
| Octal | 323 | 116 | 57 | 0 | 77 | 116 | 21 | 13 | 101 | 63 |
| Binary | 11010011 | 1001110 | 101111 | 0 | 111111 | 1001110 | 10001 | 1011 | 1000001 | 110011 |
Color Harmonies of #D34E2F
Complementary color
Monochromatic Colors of #D34E2F
Black with #D34E2F
Text Example
Text Example
White with #D34E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34E2F; }
p { color: rgb(211,78,47); }
H1.HeaderClassName
{
color: #D34E2F;
}
.AnyTagClassName
{
color: #D34E2F;
}
</style>
background-color css
<style>
a { background-color: #D34E2F; }
a { background-color: rgb(211,78,47); }
div.DivClassName
{
background-color: #D34E2F;
}
.BgClassName
{
background-color: #D34E2F;
}
</style>
border-color css
<style>
span { border-color: #D34E2F; }
span { border-color: rgb(211,78,47); }
td.TdClassName
{
border-color: #D34E2F;
}
.TagClassName
{
border-color: #D34E2F;
}
</style>