Shades of Trinidad #D3492A
Tints of Trinidad #D3492A
RGB
CMYK
RGB Variations
Color information
#D3492A (or 0xD3492A) is known color: Trinidad. HEX triplet: D3, 49 and 2A. RGB value is (211,73,42). Sum of RGB (Red+Green+Blue) = 211+73+42=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3492A is #2CB6D5. Grayscale: #6E6E6E. Windows color (decimal): -2930390 or 2771411. OLE color: 2771411.
HSL color Cylindrical-coordinate representation of color #D3492A: hue angle of 11.01º degrees, saturation: 0.67, 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 #D3492A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 42 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.17 |
| HSL | 11.01º | 0.67% | 0.5% | - |
| HSV(B) | 11.01º | 0.8% | 0.83% | - |
| XYZ | 29.66 | 18.78 | 4.25 | - |
| YUV | 110.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 42 | 0 | 0.65 | 0.80 | 0.17 | 11.01 | 0.67 | 0.5 |
| Hex | D3 | 49 | 2A | 0 | 41 | 50 | 11 | B | 43 | 32 |
| Octal | 323 | 111 | 52 | 0 | 101 | 120 | 21 | 13 | 103 | 62 |
| Binary | 11010011 | 1001001 | 101010 | 0 | 1000001 | 1010000 | 10001 | 1011 | 1000011 | 110010 |
Color Harmonies of #D3492A
Complementary color
Monochromatic Colors of #D3492A
Black with #D3492A
Text Example
Text Example
White with #D3492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3492A; }
p { color: rgb(211,73,42); }
H1.HeaderClassName
{
color: #D3492A;
}
.AnyTagClassName
{
color: #D3492A;
}
</style>
background-color css
<style>
a { background-color: #D3492A; }
a { background-color: rgb(211,73,42); }
div.DivClassName
{
background-color: #D3492A;
}
.BgClassName
{
background-color: #D3492A;
}
</style>
border-color css
<style>
span { border-color: #D3492A; }
span { border-color: rgb(211,73,42); }
td.TdClassName
{
border-color: #D3492A;
}
.TagClassName
{
border-color: #D3492A;
}
</style>