Shades of Trinidad #D3472B
Tints of Trinidad #D3472B
RGB
CMYK
RGB Variations
Color information
#D3472B (or 0xD3472B) is known color: Trinidad. HEX triplet: D3, 47 and 2B. RGB value is (211,71,43). Sum of RGB (Red+Green+Blue) = 211+71+43=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3472B is #2CB8D4. Grayscale: #6D6D6D. Windows color (decimal): -2930901 or 2836435. OLE color: 2836435.
HSL color Cylindrical-coordinate representation of color #D3472B: hue angle of 10º 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 #D3472B is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 43 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.17 |
| HSL | 10º | 0.66% | 0.5% | - |
| HSV(B) | 10º | 0.8% | 0.83% | - |
| XYZ | 29.55 | 18.53 | 4.3 | - |
| YUV | 109.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 43 | 0 | 0.66 | 0.80 | 0.17 | 10 | 0.66 | 0.5 |
| Hex | D3 | 47 | 2B | 0 | 42 | 50 | 11 | A | 42 | 32 |
| Octal | 323 | 107 | 53 | 0 | 102 | 120 | 21 | 12 | 102 | 62 |
| Binary | 11010011 | 1000111 | 101011 | 0 | 1000010 | 1010000 | 10001 | 1010 | 1000010 | 110010 |
Color Harmonies of #D3472B
Complementary color
Monochromatic Colors of #D3472B
Black with #D3472B
Text Example
Text Example
White with #D3472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3472B; }
p { color: rgb(211,71,43); }
H1.HeaderClassName
{
color: #D3472B;
}
.AnyTagClassName
{
color: #D3472B;
}
</style>
background-color css
<style>
a { background-color: #D3472B; }
a { background-color: rgb(211,71,43); }
div.DivClassName
{
background-color: #D3472B;
}
.BgClassName
{
background-color: #D3472B;
}
</style>
border-color css
<style>
span { border-color: #D3472B; }
span { border-color: rgb(211,71,43); }
td.TdClassName
{
border-color: #D3472B;
}
.TagClassName
{
border-color: #D3472B;
}
</style>