Shades of Trinidad #D24D3B
Tints of Trinidad #D24D3B
RGB
CMYK
RGB Variations
Color information
#D24D3B (or 0xD24D3B) is known color: Trinidad. HEX triplet: D2, 4D and 3B. RGB value is (210,77,59). Sum of RGB (Red+Green+Blue) = 210+77+59=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D3B is #2DB2C4. Grayscale: #727272. Windows color (decimal): -2994885 or 3886546. OLE color: 3886546.
HSL color Cylindrical-coordinate representation of color #D24D3B: hue angle of 7.15º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D24D3B is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 59 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.18 |
| HSL | 7.15º | 0.63% | 0.53% | - |
| HSV(B) | 7.15º | 0.72% | 0.82% | - |
| XYZ | 30.02 | 19.33 | 6.29 | - |
| YUV | 114.72 | 96.56 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 59 | 0 | 0.63 | 0.72 | 0.18 | 7.15 | 0.63 | 0.53 |
| Hex | D2 | 4D | 3B | 0 | 3F | 48 | 12 | 7 | 3F | 35 |
| Octal | 322 | 115 | 73 | 0 | 77 | 110 | 22 | 7 | 77 | 65 |
| Binary | 11010010 | 1001101 | 111011 | 0 | 111111 | 1001000 | 10010 | 111 | 111111 | 110101 |
Color Harmonies of #D24D3B
Complementary color
Monochromatic Colors of #D24D3B
Black with #D24D3B
Text Example
Text Example
White with #D24D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D3B; }
p { color: rgb(210,77,59); }
H1.HeaderClassName
{
color: #D24D3B;
}
.AnyTagClassName
{
color: #D24D3B;
}
</style>
background-color css
<style>
a { background-color: #D24D3B; }
a { background-color: rgb(210,77,59); }
div.DivClassName
{
background-color: #D24D3B;
}
.BgClassName
{
background-color: #D24D3B;
}
</style>
border-color css
<style>
span { border-color: #D24D3B; }
span { border-color: rgb(210,77,59); }
td.TdClassName
{
border-color: #D24D3B;
}
.TagClassName
{
border-color: #D24D3B;
}
</style>