Shades of Trinidad #D24828
Tints of Trinidad #D24828
RGB
CMYK
RGB Variations
Color information
#D24828 (or 0xD24828) is known color: Trinidad. HEX triplet: D2, 48 and 28. RGB value is (210,72,40). Sum of RGB (Red+Green+Blue) = 210+72+40=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D24828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24828 is #2DB7D7. Grayscale: #6D6D6D. Windows color (decimal): -2996184 or 2640082. OLE color: 2640082.
HSL color Cylindrical-coordinate representation of color #D24828: hue angle of 11.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D24828 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 40 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.18 |
| HSL | 11.29º | 0.68% | 0.49% | - |
| HSV(B) | 11.29º | 0.81% | 0.82% | - |
| XYZ | 29.28 | 18.49 | 4.03 | - |
| YUV | 109.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 40 | 0 | 0.66 | 0.81 | 0.18 | 11.29 | 0.68 | 0.49 |
| Hex | D2 | 48 | 28 | 0 | 42 | 51 | 12 | B | 44 | 31 |
| Octal | 322 | 110 | 50 | 0 | 102 | 121 | 22 | 13 | 104 | 61 |
| Binary | 11010010 | 1001000 | 101000 | 0 | 1000010 | 1010001 | 10010 | 1011 | 1000100 | 110001 |
Color Harmonies of #D24828
Complementary color
Monochromatic Colors of #D24828
Black with #D24828
Text Example
Text Example
White with #D24828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24828; }
p { color: rgb(210,72,40); }
H1.HeaderClassName
{
color: #D24828;
}
.AnyTagClassName
{
color: #D24828;
}
</style>
background-color css
<style>
a { background-color: #D24828; }
a { background-color: rgb(210,72,40); }
div.DivClassName
{
background-color: #D24828;
}
.BgClassName
{
background-color: #D24828;
}
</style>
border-color css
<style>
span { border-color: #D24828; }
span { border-color: rgb(210,72,40); }
td.TdClassName
{
border-color: #D24828;
}
.TagClassName
{
border-color: #D24828;
}
</style>