Shades of Trinidad #D34C21
Tints of Trinidad #D34C21
RGB
CMYK
RGB Variations
Color information
#D34C21 (or 0xD34C21) is known color: Trinidad. HEX triplet: D3, 4C and 21. RGB value is (211,76,33). Sum of RGB (Red+Green+Blue) = 211+76+33=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C21 is #2CB3DE. Grayscale: #6F6F6F. Windows color (decimal): -2929631 or 2182355. OLE color: 2182355.
HSL color Cylindrical-coordinate representation of color #D34C21: hue angle of 14.49º 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 #D34C21 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 33 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.17 |
| HSL | 14.49º | 0.73% | 0.48% | - |
| HSV(B) | 14.49º | 0.84% | 0.83% | - |
| XYZ | 29.72 | 19.13 | 3.56 | - |
| YUV | 111.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 33 | 0 | 0.64 | 0.84 | 0.17 | 14.49 | 0.73 | 0.48 |
| Hex | D3 | 4C | 21 | 0 | 40 | 54 | 11 | E | 49 | 30 |
| Octal | 323 | 114 | 41 | 0 | 100 | 124 | 21 | 16 | 111 | 60 |
| Binary | 11010011 | 1001100 | 100001 | 0 | 1000000 | 1010100 | 10001 | 1110 | 1001001 | 110000 |
Color Harmonies of #D34C21
Complementary color
Monochromatic Colors of #D34C21
Black with #D34C21
Text Example
Text Example
White with #D34C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34C21; }
p { color: rgb(211,76,33); }
H1.HeaderClassName
{
color: #D34C21;
}
.AnyTagClassName
{
color: #D34C21;
}
</style>
background-color css
<style>
a { background-color: #D34C21; }
a { background-color: rgb(211,76,33); }
div.DivClassName
{
background-color: #D34C21;
}
.BgClassName
{
background-color: #D34C21;
}
</style>
border-color css
<style>
span { border-color: #D34C21; }
span { border-color: rgb(211,76,33); }
td.TdClassName
{
border-color: #D34C21;
}
.TagClassName
{
border-color: #D34C21;
}
</style>