Shades of Trinidad #D24D3C
Tints of Trinidad #D24D3C
RGB
CMYK
RGB Variations
Color information
#D24D3C (or 0xD24D3C) is known color: Trinidad. HEX triplet: D2, 4D and 3C. RGB value is (210,77,60). Sum of RGB (Red+Green+Blue) = 210+77+60=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D3C is #2DB2C3. Grayscale: #737373. Windows color (decimal): -2994884 or 3952082. OLE color: 3952082.
HSL color Cylindrical-coordinate representation of color #D24D3C: hue angle of 6.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D24D3C is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 60 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.18 |
| HSL | 6.8º | 0.63% | 0.53% | - |
| HSV(B) | 6.8º | 0.71% | 0.82% | - |
| XYZ | 30.05 | 19.34 | 6.42 | - |
| YUV | 114.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 60 | 0 | 0.63 | 0.71 | 0.18 | 6.8 | 0.63 | 0.53 |
| Hex | D2 | 4D | 3C | 0 | 3F | 47 | 12 | 7 | 3E | 35 |
| Octal | 322 | 115 | 74 | 0 | 77 | 107 | 22 | 7 | 76 | 65 |
| Binary | 11010010 | 1001101 | 111100 | 0 | 111111 | 1000111 | 10010 | 111 | 111110 | 110101 |
Color Harmonies of #D24D3C
Complementary color
Monochromatic Colors of #D24D3C
Black with #D24D3C
Text Example
Text Example
White with #D24D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D3C; }
p { color: rgb(210,77,60); }
H1.HeaderClassName
{
color: #D24D3C;
}
.AnyTagClassName
{
color: #D24D3C;
}
</style>
background-color css
<style>
a { background-color: #D24D3C; }
a { background-color: rgb(210,77,60); }
div.DivClassName
{
background-color: #D24D3C;
}
.BgClassName
{
background-color: #D24D3C;
}
</style>
border-color css
<style>
span { border-color: #D24D3C; }
span { border-color: rgb(210,77,60); }
td.TdClassName
{
border-color: #D24D3C;
}
.TagClassName
{
border-color: #D24D3C;
}
</style>