Shades of Trinidad #D34F21
Tints of Trinidad #D34F21
RGB
CMYK
RGB Variations
Color information
#D34F21 (or 0xD34F21) is known color: Trinidad. HEX triplet: D3, 4F and 21. RGB value is (211,79,33). Sum of RGB (Red+Green+Blue) = 211+79+33=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F21 is #2CB0DE. Grayscale: #717171. Windows color (decimal): -2928863 or 2183123. OLE color: 2183123.
HSL color Cylindrical-coordinate representation of color #D34F21: hue angle of 15.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D34F21 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 33 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.17 |
| HSL | 15.51º | 0.73% | 0.48% | - |
| HSV(B) | 15.51º | 0.84% | 0.83% | - |
| XYZ | 29.93 | 19.55 | 3.63 | - |
| YUV | 113.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 33 | 0 | 0.63 | 0.84 | 0.17 | 15.51 | 0.73 | 0.48 |
| Hex | D3 | 4F | 21 | 0 | 3F | 54 | 11 | 10 | 49 | 30 |
| Octal | 323 | 117 | 41 | 0 | 77 | 124 | 21 | 20 | 111 | 60 |
| Binary | 11010011 | 1001111 | 100001 | 0 | 111111 | 1010100 | 10001 | 10000 | 1001001 | 110000 |
Color Harmonies of #D34F21
Complementary color
Monochromatic Colors of #D34F21
Black with #D34F21
Text Example
Text Example
White with #D34F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F21; }
p { color: rgb(211,79,33); }
H1.HeaderClassName
{
color: #D34F21;
}
.AnyTagClassName
{
color: #D34F21;
}
</style>
background-color css
<style>
a { background-color: #D34F21; }
a { background-color: rgb(211,79,33); }
div.DivClassName
{
background-color: #D34F21;
}
.BgClassName
{
background-color: #D34F21;
}
</style>
border-color css
<style>
span { border-color: #D34F21; }
span { border-color: rgb(211,79,33); }
td.TdClassName
{
border-color: #D34F21;
}
.TagClassName
{
border-color: #D34F21;
}
</style>