Shades of Trinidad #D2442D
Tints of Trinidad #D2442D
RGB
CMYK
RGB Variations
Color information
#D2442D (or 0xD2442D) is known color: Trinidad. HEX triplet: D2, 44 and 2D. RGB value is (210,68,45). Sum of RGB (Red+Green+Blue) = 210+68+45=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2442D is #2DBBD2. Grayscale: #6C6C6C. Windows color (decimal): -2997203 or 2966738. OLE color: 2966738.
HSL color Cylindrical-coordinate representation of color #D2442D: hue angle of 8.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2442D is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 45 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.18 |
| HSL | 8.36º | 0.65% | 0.5% | - |
| HSV(B) | 8.36º | 0.79% | 0.82% | - |
| XYZ | 29.12 | 18.03 | 4.43 | - |
| YUV | 107.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 45 | 0 | 0.68 | 0.79 | 0.18 | 8.36 | 0.65 | 0.5 |
| Hex | D2 | 44 | 2D | 0 | 44 | 4F | 12 | 8 | 41 | 32 |
| Octal | 322 | 104 | 55 | 0 | 104 | 117 | 22 | 10 | 101 | 62 |
| Binary | 11010010 | 1000100 | 101101 | 0 | 1000100 | 1001111 | 10010 | 1000 | 1000001 | 110010 |
Color Harmonies of #D2442D
Complementary color
Monochromatic Colors of #D2442D
Black with #D2442D
Text Example
Text Example
White with #D2442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2442D; }
p { color: rgb(210,68,45); }
H1.HeaderClassName
{
color: #D2442D;
}
.AnyTagClassName
{
color: #D2442D;
}
</style>
background-color css
<style>
a { background-color: #D2442D; }
a { background-color: rgb(210,68,45); }
div.DivClassName
{
background-color: #D2442D;
}
.BgClassName
{
background-color: #D2442D;
}
</style>
border-color css
<style>
span { border-color: #D2442D; }
span { border-color: rgb(210,68,45); }
td.TdClassName
{
border-color: #D2442D;
}
.TagClassName
{
border-color: #D2442D;
}
</style>