Shades of Trinidad #D84C23
Tints of Trinidad #D84C23
RGB
CMYK
RGB Variations
Color information
#D84C23 (or 0xD84C23) is known color: Trinidad. HEX triplet: D8, 4C and 23. RGB value is (216,76,35). Sum of RGB (Red+Green+Blue) = 216+76+35=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C23 is #27B3DC. Grayscale: #717171. Windows color (decimal): -2601949 or 2313432. OLE color: 2313432.
HSL color Cylindrical-coordinate representation of color #D84C23: hue angle of 13.59º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84C23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 35 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.15 |
| HSL | 13.59º | 0.72% | 0.49% | - |
| HSV(B) | 13.59º | 0.84% | 0.85% | - |
| XYZ | 31.21 | 19.89 | 3.78 | - |
| YUV | 113.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 35 | 0 | 0.65 | 0.84 | 0.15 | 13.59 | 0.72 | 0.49 |
| Hex | D8 | 4C | 23 | 0 | 41 | 54 | F | E | 48 | 31 |
| Octal | 330 | 114 | 43 | 0 | 101 | 124 | 17 | 16 | 110 | 61 |
| Binary | 11011000 | 1001100 | 100011 | 0 | 1000001 | 1010100 | 1111 | 1110 | 1001000 | 110001 |
Color Harmonies of #D84C23
Complementary color
Monochromatic Colors of #D84C23
Black with #D84C23
Text Example
Text Example
White with #D84C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C23; }
p { color: rgb(216,76,35); }
H1.HeaderClassName
{
color: #D84C23;
}
.AnyTagClassName
{
color: #D84C23;
}
</style>
background-color css
<style>
a { background-color: #D84C23; }
a { background-color: rgb(216,76,35); }
div.DivClassName
{
background-color: #D84C23;
}
.BgClassName
{
background-color: #D84C23;
}
</style>
border-color css
<style>
span { border-color: #D84C23; }
span { border-color: rgb(216,76,35); }
td.TdClassName
{
border-color: #D84C23;
}
.TagClassName
{
border-color: #D84C23;
}
</style>