Shades of Trinidad #D24A3E
Tints of Trinidad #D24A3E
RGB
CMYK
RGB Variations
Color information
#D24A3E (or 0xD24A3E) is known color: Trinidad. HEX triplet: D2, 4A and 3E. RGB value is (210,74,62). Sum of RGB (Red+Green+Blue) = 210+74+62=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A3E is #2DB5C1. Grayscale: #717171. Windows color (decimal): -2995650 or 4082386. OLE color: 4082386.
HSL color Cylindrical-coordinate representation of color #D24A3E: hue angle of 4.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24A3E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 62 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.18 |
| HSL | 4.86º | 0.62% | 0.53% | - |
| HSV(B) | 4.86º | 0.7% | 0.82% | - |
| XYZ | 29.9 | 18.95 | 6.64 | - |
| YUV | 113.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 62 | 0 | 0.65 | 0.70 | 0.18 | 4.86 | 0.62 | 0.53 |
| Hex | D2 | 4A | 3E | 0 | 41 | 46 | 12 | 5 | 3E | 35 |
| Octal | 322 | 112 | 76 | 0 | 101 | 106 | 22 | 5 | 76 | 65 |
| Binary | 11010010 | 1001010 | 111110 | 0 | 1000001 | 1000110 | 10010 | 101 | 111110 | 110101 |
Color Harmonies of #D24A3E
Complementary color
Monochromatic Colors of #D24A3E
Black with #D24A3E
Text Example
Text Example
White with #D24A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A3E; }
p { color: rgb(210,74,62); }
H1.HeaderClassName
{
color: #D24A3E;
}
.AnyTagClassName
{
color: #D24A3E;
}
</style>
background-color css
<style>
a { background-color: #D24A3E; }
a { background-color: rgb(210,74,62); }
div.DivClassName
{
background-color: #D24A3E;
}
.BgClassName
{
background-color: #D24A3E;
}
</style>
border-color css
<style>
span { border-color: #D24A3E; }
span { border-color: rgb(210,74,62); }
td.TdClassName
{
border-color: #D24A3E;
}
.TagClassName
{
border-color: #D24A3E;
}
</style>