Shades of Trinidad #D24A32
Tints of Trinidad #D24A32
RGB
CMYK
RGB Variations
Color information
#D24A32 (or 0xD24A32) is known color: Trinidad. HEX triplet: D2, 4A and 32. RGB value is (210,74,50). Sum of RGB (Red+Green+Blue) = 210+74+50=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A32 is #2DB5CD. Grayscale: #707070. Windows color (decimal): -2995662 or 3295954. OLE color: 3295954.
HSL color Cylindrical-coordinate representation of color #D24A32: hue angle of 9º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D24A32 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 50 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.18 |
| HSL | 9º | 0.64% | 0.51% | - |
| HSV(B) | 9º | 0.76% | 0.82% | - |
| XYZ | 29.6 | 18.83 | 5.09 | - |
| YUV | 111.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 50 | 0 | 0.65 | 0.76 | 0.18 | 9 | 0.64 | 0.51 |
| Hex | D2 | 4A | 32 | 0 | 41 | 4C | 12 | 9 | 40 | 33 |
| Octal | 322 | 112 | 62 | 0 | 101 | 114 | 22 | 11 | 100 | 63 |
| Binary | 11010010 | 1001010 | 110010 | 0 | 1000001 | 1001100 | 10010 | 1001 | 1000000 | 110011 |
Color Harmonies of #D24A32
Complementary color
Monochromatic Colors of #D24A32
Black with #D24A32
Text Example
Text Example
White with #D24A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A32; }
p { color: rgb(210,74,50); }
H1.HeaderClassName
{
color: #D24A32;
}
.AnyTagClassName
{
color: #D24A32;
}
</style>
background-color css
<style>
a { background-color: #D24A32; }
a { background-color: rgb(210,74,50); }
div.DivClassName
{
background-color: #D24A32;
}
.BgClassName
{
background-color: #D24A32;
}
</style>
border-color css
<style>
span { border-color: #D24A32; }
span { border-color: rgb(210,74,50); }
td.TdClassName
{
border-color: #D24A32;
}
.TagClassName
{
border-color: #D24A32;
}
</style>