Shades of Trinidad #D24939
Tints of Trinidad #D24939
RGB
CMYK
RGB Variations
Color information
#D24939 (or 0xD24939) is known color: Trinidad. HEX triplet: D2, 49 and 39. RGB value is (210,73,57). Sum of RGB (Red+Green+Blue) = 210+73+57=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D24939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24939 is #2DB6C6. Grayscale: #707070. Windows color (decimal): -2995911 or 3754450. OLE color: 3754450.
HSL color Cylindrical-coordinate representation of color #D24939: hue angle of 6.27º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D24939 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 57 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.18 |
| HSL | 6.27º | 0.63% | 0.52% | - |
| HSV(B) | 6.27º | 0.73% | 0.82% | - |
| XYZ | 29.7 | 18.76 | 5.93 | - |
| YUV | 112.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 57 | 0 | 0.65 | 0.73 | 0.18 | 6.27 | 0.63 | 0.52 |
| Hex | D2 | 49 | 39 | 0 | 41 | 49 | 12 | 6 | 3F | 34 |
| Octal | 322 | 111 | 71 | 0 | 101 | 111 | 22 | 6 | 77 | 64 |
| Binary | 11010010 | 1001001 | 111001 | 0 | 1000001 | 1001001 | 10010 | 110 | 111111 | 110100 |
Color Harmonies of #D24939
Complementary color
Monochromatic Colors of #D24939
Black with #D24939
Text Example
Text Example
White with #D24939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24939; }
p { color: rgb(210,73,57); }
H1.HeaderClassName
{
color: #D24939;
}
.AnyTagClassName
{
color: #D24939;
}
</style>
background-color css
<style>
a { background-color: #D24939; }
a { background-color: rgb(210,73,57); }
div.DivClassName
{
background-color: #D24939;
}
.BgClassName
{
background-color: #D24939;
}
</style>
border-color css
<style>
span { border-color: #D24939; }
span { border-color: rgb(210,73,57); }
td.TdClassName
{
border-color: #D24939;
}
.TagClassName
{
border-color: #D24939;
}
</style>