Shades of Trinidad #D4492B
Tints of Trinidad #D4492B
RGB
CMYK
RGB Variations
Color information
#D4492B (or 0xD4492B) is known color: Trinidad. HEX triplet: D4, 49 and 2B. RGB value is (212,73,43). Sum of RGB (Red+Green+Blue) = 212+73+43=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4492B is #2BB6D4. Grayscale: #6F6F6F. Windows color (decimal): -2864853 or 2836948. OLE color: 2836948.
HSL color Cylindrical-coordinate representation of color #D4492B: hue angle of 10.65º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4492B is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 43 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.17 |
| HSL | 10.65º | 0.66% | 0.5% | - |
| HSV(B) | 10.65º | 0.8% | 0.83% | - |
| XYZ | 29.97 | 18.94 | 4.36 | - |
| YUV | 111.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 43 | 0 | 0.66 | 0.80 | 0.17 | 10.65 | 0.66 | 0.5 |
| Hex | D4 | 49 | 2B | 0 | 42 | 50 | 11 | B | 42 | 32 |
| Octal | 324 | 111 | 53 | 0 | 102 | 120 | 21 | 13 | 102 | 62 |
| Binary | 11010100 | 1001001 | 101011 | 0 | 1000010 | 1010000 | 10001 | 1011 | 1000010 | 110010 |
Color Harmonies of #D4492B
Complementary color
Monochromatic Colors of #D4492B
Black with #D4492B
Text Example
Text Example
White with #D4492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4492B; }
p { color: rgb(212,73,43); }
H1.HeaderClassName
{
color: #D4492B;
}
.AnyTagClassName
{
color: #D4492B;
}
</style>
background-color css
<style>
a { background-color: #D4492B; }
a { background-color: rgb(212,73,43); }
div.DivClassName
{
background-color: #D4492B;
}
.BgClassName
{
background-color: #D4492B;
}
</style>
border-color css
<style>
span { border-color: #D4492B; }
span { border-color: rgb(212,73,43); }
td.TdClassName
{
border-color: #D4492B;
}
.TagClassName
{
border-color: #D4492B;
}
</style>