Shades of Trinidad #D1442A
Tints of Trinidad #D1442A
RGB
CMYK
RGB Variations
Color information
#D1442A (or 0xD1442A) is known color: Trinidad. HEX triplet: D1, 44 and 2A. RGB value is (209,68,42). Sum of RGB (Red+Green+Blue) = 209+68+42=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1442A is #2EBBD5. Grayscale: #6B6B6B. Windows color (decimal): -3062742 or 2770129. OLE color: 2770129.
HSL color Cylindrical-coordinate representation of color #D1442A: hue angle of 9.34º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1442A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 42 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.18 |
| HSL | 9.34º | 0.67% | 0.49% | - |
| HSV(B) | 9.34º | 0.8% | 0.82% | - |
| XYZ | 28.78 | 17.86 | 4.12 | - |
| YUV | 107.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 42 | 0 | 0.67 | 0.80 | 0.18 | 9.34 | 0.67 | 0.49 |
| Hex | D1 | 44 | 2A | 0 | 43 | 50 | 12 | 9 | 43 | 31 |
| Octal | 321 | 104 | 52 | 0 | 103 | 120 | 22 | 11 | 103 | 61 |
| Binary | 11010001 | 1000100 | 101010 | 0 | 1000011 | 1010000 | 10010 | 1001 | 1000011 | 110001 |
Color Harmonies of #D1442A
Complementary color
Monochromatic Colors of #D1442A
Black with #D1442A
Text Example
Text Example
White with #D1442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1442A; }
p { color: rgb(209,68,42); }
H1.HeaderClassName
{
color: #D1442A;
}
.AnyTagClassName
{
color: #D1442A;
}
</style>
background-color css
<style>
a { background-color: #D1442A; }
a { background-color: rgb(209,68,42); }
div.DivClassName
{
background-color: #D1442A;
}
.BgClassName
{
background-color: #D1442A;
}
</style>
border-color css
<style>
span { border-color: #D1442A; }
span { border-color: rgb(209,68,42); }
td.TdClassName
{
border-color: #D1442A;
}
.TagClassName
{
border-color: #D1442A;
}
</style>