Shades of Trinidad #D3492F
Tints of Trinidad #D3492F
RGB
CMYK
RGB Variations
Color information
#D3492F (or 0xD3492F) is known color: Trinidad. HEX triplet: D3, 49 and 2F. RGB value is (211,73,47). Sum of RGB (Red+Green+Blue) = 211+73+47=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D3492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3492F is #2CB6D0. Grayscale: #6F6F6F. Windows color (decimal): -2930385 or 3099091. OLE color: 3099091.
HSL color Cylindrical-coordinate representation of color #D3492F: hue angle of 9.51º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3492F is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 47 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.17 |
| HSL | 9.51º | 0.65% | 0.51% | - |
| HSV(B) | 9.51º | 0.78% | 0.83% | - |
| XYZ | 29.76 | 18.82 | 4.75 | - |
| YUV | 111.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 47 | 0 | 0.65 | 0.78 | 0.17 | 9.51 | 0.65 | 0.51 |
| Hex | D3 | 49 | 2F | 0 | 41 | 4E | 11 | A | 41 | 33 |
| Octal | 323 | 111 | 57 | 0 | 101 | 116 | 21 | 12 | 101 | 63 |
| Binary | 11010011 | 1001001 | 101111 | 0 | 1000001 | 1001110 | 10001 | 1010 | 1000001 | 110011 |
Color Harmonies of #D3492F
Complementary color
Monochromatic Colors of #D3492F
Black with #D3492F
Text Example
Text Example
White with #D3492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3492F; }
p { color: rgb(211,73,47); }
H1.HeaderClassName
{
color: #D3492F;
}
.AnyTagClassName
{
color: #D3492F;
}
</style>
background-color css
<style>
a { background-color: #D3492F; }
a { background-color: rgb(211,73,47); }
div.DivClassName
{
background-color: #D3492F;
}
.BgClassName
{
background-color: #D3492F;
}
</style>
border-color css
<style>
span { border-color: #D3492F; }
span { border-color: rgb(211,73,47); }
td.TdClassName
{
border-color: #D3492F;
}
.TagClassName
{
border-color: #D3492F;
}
</style>