Shades of Trinidad #D34E23
Tints of Trinidad #D34E23
RGB
CMYK
RGB Variations
Color information
#D34E23 (or 0xD34E23) is known color: Trinidad. HEX triplet: D3, 4E and 23. RGB value is (211,78,35). Sum of RGB (Red+Green+Blue) = 211+78+35=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34E23 is #2CB1DC. Grayscale: #717171. Windows color (decimal): -2929117 or 2313939. OLE color: 2313939.
HSL color Cylindrical-coordinate representation of color #D34E23: hue angle of 14.66º 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 #D34E23 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 35 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.17 |
| HSL | 14.66º | 0.72% | 0.48% | - |
| HSV(B) | 14.66º | 0.83% | 0.83% | - |
| XYZ | 29.89 | 19.42 | 3.76 | - |
| YUV | 112.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 35 | 0 | 0.63 | 0.83 | 0.17 | 14.66 | 0.72 | 0.48 |
| Hex | D3 | 4E | 23 | 0 | 3F | 53 | 11 | F | 48 | 30 |
| Octal | 323 | 116 | 43 | 0 | 77 | 123 | 21 | 17 | 110 | 60 |
| Binary | 11010011 | 1001110 | 100011 | 0 | 111111 | 1010011 | 10001 | 1111 | 1001000 | 110000 |
Color Harmonies of #D34E23
Complementary color
Monochromatic Colors of #D34E23
Black with #D34E23
Text Example
Text Example
White with #D34E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34E23; }
p { color: rgb(211,78,35); }
H1.HeaderClassName
{
color: #D34E23;
}
.AnyTagClassName
{
color: #D34E23;
}
</style>
background-color css
<style>
a { background-color: #D34E23; }
a { background-color: rgb(211,78,35); }
div.DivClassName
{
background-color: #D34E23;
}
.BgClassName
{
background-color: #D34E23;
}
</style>
border-color css
<style>
span { border-color: #D34E23; }
span { border-color: rgb(211,78,35); }
td.TdClassName
{
border-color: #D34E23;
}
.TagClassName
{
border-color: #D34E23;
}
</style>