Shades of Trinidad #D24C33
Tints of Trinidad #D24C33
RGB
CMYK
RGB Variations
Color information
#D24C33 (or 0xD24C33) is known color: Trinidad. HEX triplet: D2, 4C and 33. RGB value is (210,76,51). Sum of RGB (Red+Green+Blue) = 210+76+51=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C33 is #2DB3CC. Grayscale: #717171. Windows color (decimal): -2995149 or 3362002. OLE color: 3362002.
HSL color Cylindrical-coordinate representation of color #D24C33: hue angle of 9.43º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D24C33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 51 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.18 |
| HSL | 9.43º | 0.64% | 0.51% | - |
| HSV(B) | 9.43º | 0.76% | 0.82% | - |
| XYZ | 29.76 | 19.11 | 5.25 | - |
| YUV | 113.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 51 | 0 | 0.64 | 0.76 | 0.18 | 9.43 | 0.64 | 0.51 |
| Hex | D2 | 4C | 33 | 0 | 40 | 4C | 12 | 9 | 40 | 33 |
| Octal | 322 | 114 | 63 | 0 | 100 | 114 | 22 | 11 | 100 | 63 |
| Binary | 11010010 | 1001100 | 110011 | 0 | 1000000 | 1001100 | 10010 | 1001 | 1000000 | 110011 |
Color Harmonies of #D24C33
Complementary color
Monochromatic Colors of #D24C33
Black with #D24C33
Text Example
Text Example
White with #D24C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C33; }
p { color: rgb(210,76,51); }
H1.HeaderClassName
{
color: #D24C33;
}
.AnyTagClassName
{
color: #D24C33;
}
</style>
background-color css
<style>
a { background-color: #D24C33; }
a { background-color: rgb(210,76,51); }
div.DivClassName
{
background-color: #D24C33;
}
.BgClassName
{
background-color: #D24C33;
}
</style>
border-color css
<style>
span { border-color: #D24C33; }
span { border-color: rgb(210,76,51); }
td.TdClassName
{
border-color: #D24C33;
}
.TagClassName
{
border-color: #D24C33;
}
</style>