Shades of Trinidad #D24937
Tints of Trinidad #D24937
RGB
CMYK
RGB Variations
Color information
#D24937 (or 0xD24937) is known color: Trinidad. HEX triplet: D2, 49 and 37. RGB value is (210,73,55). Sum of RGB (Red+Green+Blue) = 210+73+55=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D24937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24937 is #2DB6C8. Grayscale: #707070. Windows color (decimal): -2995913 or 3623378. OLE color: 3623378.
HSL color Cylindrical-coordinate representation of color #D24937: hue angle of 6.97º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D24937 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 55 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.18 |
| HSL | 6.97º | 0.63% | 0.52% | - |
| HSV(B) | 6.97º | 0.74% | 0.82% | - |
| XYZ | 29.65 | 18.74 | 5.67 | - |
| YUV | 111.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 55 | 0 | 0.65 | 0.74 | 0.18 | 6.97 | 0.63 | 0.52 |
| Hex | D2 | 49 | 37 | 0 | 41 | 4A | 12 | 7 | 3F | 34 |
| Octal | 322 | 111 | 67 | 0 | 101 | 112 | 22 | 7 | 77 | 64 |
| Binary | 11010010 | 1001001 | 110111 | 0 | 1000001 | 1001010 | 10010 | 111 | 111111 | 110100 |
Color Harmonies of #D24937
Complementary color
Monochromatic Colors of #D24937
Black with #D24937
Text Example
Text Example
White with #D24937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24937; }
p { color: rgb(210,73,55); }
H1.HeaderClassName
{
color: #D24937;
}
.AnyTagClassName
{
color: #D24937;
}
</style>
background-color css
<style>
a { background-color: #D24937; }
a { background-color: rgb(210,73,55); }
div.DivClassName
{
background-color: #D24937;
}
.BgClassName
{
background-color: #D24937;
}
</style>
border-color css
<style>
span { border-color: #D24937; }
span { border-color: rgb(210,73,55); }
td.TdClassName
{
border-color: #D24937;
}
.TagClassName
{
border-color: #D24937;
}
</style>