Shades of Trinidad #D24A39
Tints of Trinidad #D24A39
RGB
CMYK
RGB Variations
Color information
#D24A39 (or 0xD24A39) is known color: Trinidad. HEX triplet: D2, 4A and 39. RGB value is (210,74,57). Sum of RGB (Red+Green+Blue) = 210+74+57=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A39 is #2DB5C6. Grayscale: #707070. Windows color (decimal): -2995655 or 3754706. OLE color: 3754706.
HSL color Cylindrical-coordinate representation of color #D24A39: hue angle of 6.67º 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 #D24A39 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 57 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.18 |
| HSL | 6.67º | 0.63% | 0.52% | - |
| HSV(B) | 6.67º | 0.73% | 0.82% | - |
| XYZ | 29.77 | 18.89 | 5.95 | - |
| YUV | 112.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 57 | 0 | 0.65 | 0.73 | 0.18 | 6.67 | 0.63 | 0.52 |
| Hex | D2 | 4A | 39 | 0 | 41 | 49 | 12 | 7 | 3F | 34 |
| Octal | 322 | 112 | 71 | 0 | 101 | 111 | 22 | 7 | 77 | 64 |
| Binary | 11010010 | 1001010 | 111001 | 0 | 1000001 | 1001001 | 10010 | 111 | 111111 | 110100 |
Color Harmonies of #D24A39
Complementary color
Monochromatic Colors of #D24A39
Black with #D24A39
Text Example
Text Example
White with #D24A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A39; }
p { color: rgb(210,74,57); }
H1.HeaderClassName
{
color: #D24A39;
}
.AnyTagClassName
{
color: #D24A39;
}
</style>
background-color css
<style>
a { background-color: #D24A39; }
a { background-color: rgb(210,74,57); }
div.DivClassName
{
background-color: #D24A39;
}
.BgClassName
{
background-color: #D24A39;
}
</style>
border-color css
<style>
span { border-color: #D24A39; }
span { border-color: rgb(210,74,57); }
td.TdClassName
{
border-color: #D24A39;
}
.TagClassName
{
border-color: #D24A39;
}
</style>