Shades of Trinidad #D24E30
Tints of Trinidad #D24E30
RGB
CMYK
RGB Variations
Color information
#D24E30 (or 0xD24E30) is known color: Trinidad. HEX triplet: D2, 4E and 30. RGB value is (210,78,48). Sum of RGB (Red+Green+Blue) = 210+78+48=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24E30 is #2DB1CF. Grayscale: #727272. Windows color (decimal): -2994640 or 3165906. OLE color: 3165906.
HSL color Cylindrical-coordinate representation of color #D24E30: hue angle of 11.11º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D24E30 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 48 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.18 |
| HSL | 11.11º | 0.64% | 0.51% | - |
| HSV(B) | 11.11º | 0.77% | 0.82% | - |
| XYZ | 29.84 | 19.36 | 4.96 | - |
| YUV | 114.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 48 | 0 | 0.63 | 0.77 | 0.18 | 11.11 | 0.64 | 0.51 |
| Hex | D2 | 4E | 30 | 0 | 3F | 4D | 12 | B | 40 | 33 |
| Octal | 322 | 116 | 60 | 0 | 77 | 115 | 22 | 13 | 100 | 63 |
| Binary | 11010010 | 1001110 | 110000 | 0 | 111111 | 1001101 | 10010 | 1011 | 1000000 | 110011 |
Color Harmonies of #D24E30
Complementary color
Monochromatic Colors of #D24E30
Black with #D24E30
Text Example
Text Example
White with #D24E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24E30; }
p { color: rgb(210,78,48); }
H1.HeaderClassName
{
color: #D24E30;
}
.AnyTagClassName
{
color: #D24E30;
}
</style>
background-color css
<style>
a { background-color: #D24E30; }
a { background-color: rgb(210,78,48); }
div.DivClassName
{
background-color: #D24E30;
}
.BgClassName
{
background-color: #D24E30;
}
</style>
border-color css
<style>
span { border-color: #D24E30; }
span { border-color: rgb(210,78,48); }
td.TdClassName
{
border-color: #D24E30;
}
.TagClassName
{
border-color: #D24E30;
}
</style>