Shades of Trinidad #D1422C
Tints of Trinidad #D1422C
RGB
CMYK
RGB Variations
Color information
#D1422C (or 0xD1422C) is known color: Trinidad. HEX triplet: D1, 42 and 2C. RGB value is (209,66,44). Sum of RGB (Red+Green+Blue) = 209+66+44=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1422C is #2EBDD3. Grayscale: #6A6A6A. Windows color (decimal): -3063252 or 2900689. OLE color: 2900689.
HSL color Cylindrical-coordinate representation of color #D1422C: hue angle of 8º 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 #D1422C is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 44 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.18 |
| HSL | 8º | 0.65% | 0.5% | - |
| HSV(B) | 8º | 0.79% | 0.82% | - |
| XYZ | 28.7 | 17.63 | 4.27 | - |
| YUV | 106.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 44 | 0 | 0.68 | 0.79 | 0.18 | 8 | 0.65 | 0.5 |
| Hex | D1 | 42 | 2C | 0 | 44 | 4F | 12 | 8 | 41 | 32 |
| Octal | 321 | 102 | 54 | 0 | 104 | 117 | 22 | 10 | 101 | 62 |
| Binary | 11010001 | 1000010 | 101100 | 0 | 1000100 | 1001111 | 10010 | 1000 | 1000001 | 110010 |
Color Harmonies of #D1422C
Complementary color
Monochromatic Colors of #D1422C
Black with #D1422C
Text Example
Text Example
White with #D1422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1422C; }
p { color: rgb(209,66,44); }
H1.HeaderClassName
{
color: #D1422C;
}
.AnyTagClassName
{
color: #D1422C;
}
</style>
background-color css
<style>
a { background-color: #D1422C; }
a { background-color: rgb(209,66,44); }
div.DivClassName
{
background-color: #D1422C;
}
.BgClassName
{
background-color: #D1422C;
}
</style>
border-color css
<style>
span { border-color: #D1422C; }
span { border-color: rgb(209,66,44); }
td.TdClassName
{
border-color: #D1422C;
}
.TagClassName
{
border-color: #D1422C;
}
</style>