Shades of Trinidad #D1422E
Tints of Trinidad #D1422E
RGB
CMYK
RGB Variations
Color information
#D1422E (or 0xD1422E) is known color: Trinidad. HEX triplet: D1, 42 and 2E. RGB value is (209,66,46). Sum of RGB (Red+Green+Blue) = 209+66+46=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1422E is #2EBDD1. Grayscale: #6A6A6A. Windows color (decimal): -3063250 or 3031761. OLE color: 3031761.
HSL color Cylindrical-coordinate representation of color #D1422E: hue angle of 7.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1422E is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 46 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.18 |
| HSL | 7.36º | 0.64% | 0.5% | - |
| HSV(B) | 7.36º | 0.78% | 0.82% | - |
| XYZ | 28.74 | 17.65 | 4.48 | - |
| YUV | 106.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 46 | 0 | 0.68 | 0.78 | 0.18 | 7.36 | 0.64 | 0.5 |
| Hex | D1 | 42 | 2E | 0 | 44 | 4E | 12 | 7 | 40 | 32 |
| Octal | 321 | 102 | 56 | 0 | 104 | 116 | 22 | 7 | 100 | 62 |
| Binary | 11010001 | 1000010 | 101110 | 0 | 1000100 | 1001110 | 10010 | 111 | 1000000 | 110010 |
Color Harmonies of #D1422E
Complementary color
Monochromatic Colors of #D1422E
Black with #D1422E
Text Example
Text Example
White with #D1422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1422E; }
p { color: rgb(209,66,46); }
H1.HeaderClassName
{
color: #D1422E;
}
.AnyTagClassName
{
color: #D1422E;
}
</style>
background-color css
<style>
a { background-color: #D1422E; }
a { background-color: rgb(209,66,46); }
div.DivClassName
{
background-color: #D1422E;
}
.BgClassName
{
background-color: #D1422E;
}
</style>
border-color css
<style>
span { border-color: #D1422E; }
span { border-color: rgb(209,66,46); }
td.TdClassName
{
border-color: #D1422E;
}
.TagClassName
{
border-color: #D1422E;
}
</style>