Shades of Trinidad #D34C23
Tints of Trinidad #D34C23
RGB
CMYK
RGB Variations
Color information
#D34C23 (or 0xD34C23) is known color: Trinidad. HEX triplet: D3, 4C and 23. RGB value is (211,76,35). Sum of RGB (Red+Green+Blue) = 211+76+35=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C23 is #2CB3DC. Grayscale: #6F6F6F. Windows color (decimal): -2929629 or 2313427. OLE color: 2313427.
HSL color Cylindrical-coordinate representation of color #D34C23: hue angle of 13.98º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D34C23 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 35 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.17 |
| HSL | 13.98º | 0.72% | 0.48% | - |
| HSV(B) | 13.98º | 0.83% | 0.83% | - |
| XYZ | 29.75 | 19.14 | 3.72 | - |
| YUV | 111.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 35 | 0 | 0.64 | 0.83 | 0.17 | 13.98 | 0.72 | 0.48 |
| Hex | D3 | 4C | 23 | 0 | 40 | 53 | 11 | E | 48 | 30 |
| Octal | 323 | 114 | 43 | 0 | 100 | 123 | 21 | 16 | 110 | 60 |
| Binary | 11010011 | 1001100 | 100011 | 0 | 1000000 | 1010011 | 10001 | 1110 | 1001000 | 110000 |
Color Harmonies of #D34C23
Complementary color
Monochromatic Colors of #D34C23
Black with #D34C23
Text Example
Text Example
White with #D34C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34C23; }
p { color: rgb(211,76,35); }
H1.HeaderClassName
{
color: #D34C23;
}
.AnyTagClassName
{
color: #D34C23;
}
</style>
background-color css
<style>
a { background-color: #D34C23; }
a { background-color: rgb(211,76,35); }
div.DivClassName
{
background-color: #D34C23;
}
.BgClassName
{
background-color: #D34C23;
}
</style>
border-color css
<style>
span { border-color: #D34C23; }
span { border-color: rgb(211,76,35); }
td.TdClassName
{
border-color: #D34C23;
}
.TagClassName
{
border-color: #D34C23;
}
</style>