Shades of Trinidad #D1452B
Tints of Trinidad #D1452B
RGB
CMYK
RGB Variations
Color information
#D1452B (or 0xD1452B) is known color: Trinidad. HEX triplet: D1, 45 and 2B. RGB value is (209,69,43). Sum of RGB (Red+Green+Blue) = 209+69+43=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1452B is #2EBAD4. Grayscale: #6C6C6C. Windows color (decimal): -3062485 or 2835921. OLE color: 2835921.
HSL color Cylindrical-coordinate representation of color #D1452B: hue angle of 9.4º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1452B is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 43 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.18 |
| HSL | 9.4º | 0.66% | 0.49% | - |
| HSV(B) | 9.4º | 0.79% | 0.82% | - |
| XYZ | 28.86 | 17.99 | 4.24 | - |
| YUV | 107.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 43 | 0 | 0.67 | 0.79 | 0.18 | 9.4 | 0.66 | 0.49 |
| Hex | D1 | 45 | 2B | 0 | 43 | 4F | 12 | 9 | 42 | 31 |
| Octal | 321 | 105 | 53 | 0 | 103 | 117 | 22 | 11 | 102 | 61 |
| Binary | 11010001 | 1000101 | 101011 | 0 | 1000011 | 1001111 | 10010 | 1001 | 1000010 | 110001 |
Color Harmonies of #D1452B
Complementary color
Monochromatic Colors of #D1452B
Black with #D1452B
Text Example
Text Example
White with #D1452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1452B; }
p { color: rgb(209,69,43); }
H1.HeaderClassName
{
color: #D1452B;
}
.AnyTagClassName
{
color: #D1452B;
}
</style>
background-color css
<style>
a { background-color: #D1452B; }
a { background-color: rgb(209,69,43); }
div.DivClassName
{
background-color: #D1452B;
}
.BgClassName
{
background-color: #D1452B;
}
</style>
border-color css
<style>
span { border-color: #D1452B; }
span { border-color: rgb(209,69,43); }
td.TdClassName
{
border-color: #D1452B;
}
.TagClassName
{
border-color: #D1452B;
}
</style>