Shades of Trinidad #D74E2B
Tints of Trinidad #D74E2B
RGB
CMYK
RGB Variations
Color information
#D74E2B (or 0xD74E2B) is known color: Trinidad. HEX triplet: D7, 4E and 2B. RGB value is (215,78,43). Sum of RGB (Red+Green+Blue) = 215+78+43=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E2B is #28B1D4. Grayscale: #737373. Windows color (decimal): -2666965 or 2838231. OLE color: 2838231.
HSL color Cylindrical-coordinate representation of color #D74E2B: hue angle of 12.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D74E2B is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 43 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.16 |
| HSL | 12.21º | 0.68% | 0.51% | - |
| HSV(B) | 12.21º | 0.8% | 0.84% | - |
| XYZ | 31.18 | 20.07 | 4.52 | - |
| YUV | 114.97 | 87.39 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 43 | 0 | 0.64 | 0.8 | 0.16 | 12.21 | 0.68 | 0.51 |
| Hex | D7 | 4E | 2B | 0 | 40 | 50 | 10 | C | 44 | 33 |
| Octal | 327 | 116 | 53 | 0 | 100 | 120 | 20 | 14 | 104 | 63 |
| Binary | 11010111 | 1001110 | 101011 | 0 | 1000000 | 1010000 | 10000 | 1100 | 1000100 | 110011 |
Color Harmonies of #D74E2B
Complementary color
Monochromatic Colors of #D74E2B
Black with #D74E2B
Text Example
Text Example
White with #D74E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E2B; }
p { color: rgb(215,78,43); }
H1.HeaderClassName
{
color: #D74E2B;
}
.AnyTagClassName
{
color: #D74E2B;
}
</style>
background-color css
<style>
a { background-color: #D74E2B; }
a { background-color: rgb(215,78,43); }
div.DivClassName
{
background-color: #D74E2B;
}
.BgClassName
{
background-color: #D74E2B;
}
</style>
border-color css
<style>
span { border-color: #D74E2B; }
span { border-color: rgb(215,78,43); }
td.TdClassName
{
border-color: #D74E2B;
}
.TagClassName
{
border-color: #D74E2B;
}
</style>