Shades of Trinidad #D24C2D
Tints of Trinidad #D24C2D
RGB
CMYK
RGB Variations
Color information
#D24C2D (or 0xD24C2D) is known color: Trinidad. HEX triplet: D2, 4C and 2D. RGB value is (210,76,45). Sum of RGB (Red+Green+Blue) = 210+76+45=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C2D is #2DB3D2. Grayscale: #707070. Windows color (decimal): -2995155 or 2968786. OLE color: 2968786.
HSL color Cylindrical-coordinate representation of color #D24C2D: hue angle of 11.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D24C2D is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 45 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.18 |
| HSL | 11.27º | 0.65% | 0.5% | - |
| HSV(B) | 11.27º | 0.79% | 0.82% | - |
| XYZ | 29.64 | 19.06 | 4.6 | - |
| YUV | 112.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 45 | 0 | 0.64 | 0.79 | 0.18 | 11.27 | 0.65 | 0.5 |
| Hex | D2 | 4C | 2D | 0 | 40 | 4F | 12 | B | 41 | 32 |
| Octal | 322 | 114 | 55 | 0 | 100 | 117 | 22 | 13 | 101 | 62 |
| Binary | 11010010 | 1001100 | 101101 | 0 | 1000000 | 1001111 | 10010 | 1011 | 1000001 | 110010 |
Color Harmonies of #D24C2D
Complementary color
Monochromatic Colors of #D24C2D
Black with #D24C2D
Text Example
Text Example
White with #D24C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C2D; }
p { color: rgb(210,76,45); }
H1.HeaderClassName
{
color: #D24C2D;
}
.AnyTagClassName
{
color: #D24C2D;
}
</style>
background-color css
<style>
a { background-color: #D24C2D; }
a { background-color: rgb(210,76,45); }
div.DivClassName
{
background-color: #D24C2D;
}
.BgClassName
{
background-color: #D24C2D;
}
</style>
border-color css
<style>
span { border-color: #D24C2D; }
span { border-color: rgb(210,76,45); }
td.TdClassName
{
border-color: #D24C2D;
}
.TagClassName
{
border-color: #D24C2D;
}
</style>