Shades of Trinidad #D24930
Tints of Trinidad #D24930
RGB
CMYK
RGB Variations
Color information
#D24930 (or 0xD24930) is known color: Trinidad. HEX triplet: D2, 49 and 30. RGB value is (210,73,48). Sum of RGB (Red+Green+Blue) = 210+73+48=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D24930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24930 is #2DB6CF. Grayscale: #6F6F6F. Windows color (decimal): -2995920 or 3164626. OLE color: 3164626.
HSL color Cylindrical-coordinate representation of color #D24930: hue angle of 9.26º 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 #D24930 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 48 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.18 |
| HSL | 9.26º | 0.64% | 0.51% | - |
| HSV(B) | 9.26º | 0.77% | 0.82% | - |
| XYZ | 29.49 | 18.68 | 4.85 | - |
| YUV | 111.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 48 | 0 | 0.65 | 0.77 | 0.18 | 9.26 | 0.64 | 0.51 |
| Hex | D2 | 49 | 30 | 0 | 41 | 4D | 12 | 9 | 40 | 33 |
| Octal | 322 | 111 | 60 | 0 | 101 | 115 | 22 | 11 | 100 | 63 |
| Binary | 11010010 | 1001001 | 110000 | 0 | 1000001 | 1001101 | 10010 | 1001 | 1000000 | 110011 |
Color Harmonies of #D24930
Complementary color
Monochromatic Colors of #D24930
Black with #D24930
Text Example
Text Example
White with #D24930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24930; }
p { color: rgb(210,73,48); }
H1.HeaderClassName
{
color: #D24930;
}
.AnyTagClassName
{
color: #D24930;
}
</style>
background-color css
<style>
a { background-color: #D24930; }
a { background-color: rgb(210,73,48); }
div.DivClassName
{
background-color: #D24930;
}
.BgClassName
{
background-color: #D24930;
}
</style>
border-color css
<style>
span { border-color: #D24930; }
span { border-color: rgb(210,73,48); }
td.TdClassName
{
border-color: #D24930;
}
.TagClassName
{
border-color: #D24930;
}
</style>