Shades of Trinidad #D24A2B
Tints of Trinidad #D24A2B
RGB
CMYK
RGB Variations
Color information
#D24A2B (or 0xD24A2B) is known color: Trinidad. HEX triplet: D2, 4A and 2B. RGB value is (210,74,43). Sum of RGB (Red+Green+Blue) = 210+74+43=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A2B is #2DB5D4. Grayscale: #6F6F6F. Windows color (decimal): -2995669 or 2837202. OLE color: 2837202.
HSL color Cylindrical-coordinate representation of color #D24A2B: hue angle of 11.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D24A2B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 43 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.18 |
| HSL | 11.14º | 0.66% | 0.5% | - |
| HSV(B) | 11.14º | 0.8% | 0.82% | - |
| XYZ | 29.46 | 18.77 | 4.36 | - |
| YUV | 111.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 43 | 0 | 0.65 | 0.80 | 0.18 | 11.14 | 0.66 | 0.5 |
| Hex | D2 | 4A | 2B | 0 | 41 | 50 | 12 | B | 42 | 32 |
| Octal | 322 | 112 | 53 | 0 | 101 | 120 | 22 | 13 | 102 | 62 |
| Binary | 11010010 | 1001010 | 101011 | 0 | 1000001 | 1010000 | 10010 | 1011 | 1000010 | 110010 |
Color Harmonies of #D24A2B
Complementary color
Monochromatic Colors of #D24A2B
Black with #D24A2B
Text Example
Text Example
White with #D24A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A2B; }
p { color: rgb(210,74,43); }
H1.HeaderClassName
{
color: #D24A2B;
}
.AnyTagClassName
{
color: #D24A2B;
}
</style>
background-color css
<style>
a { background-color: #D24A2B; }
a { background-color: rgb(210,74,43); }
div.DivClassName
{
background-color: #D24A2B;
}
.BgClassName
{
background-color: #D24A2B;
}
</style>
border-color css
<style>
span { border-color: #D24A2B; }
span { border-color: rgb(210,74,43); }
td.TdClassName
{
border-color: #D24A2B;
}
.TagClassName
{
border-color: #D24A2B;
}
</style>