Shades of Trinidad #D74D2B
Tints of Trinidad #D74D2B
RGB
CMYK
RGB Variations
Color information
#D74D2B (or 0xD74D2B) is known color: Trinidad. HEX triplet: D7, 4D and 2B. RGB value is (215,77,43). Sum of RGB (Red+Green+Blue) = 215+77+43=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D2B is #28B2D4. Grayscale: #727272. Windows color (decimal): -2667221 or 2837975. OLE color: 2837975.
HSL color Cylindrical-coordinate representation of color #D74D2B: hue angle of 11.86º 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 #D74D2B is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 43 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.16 |
| HSL | 11.86º | 0.68% | 0.51% | - |
| HSV(B) | 11.86º | 0.8% | 0.84% | - |
| XYZ | 31.11 | 19.93 | 4.49 | - |
| YUV | 114.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 43 | 0 | 0.64 | 0.8 | 0.16 | 11.86 | 0.68 | 0.51 |
| Hex | D7 | 4D | 2B | 0 | 40 | 50 | 10 | C | 44 | 33 |
| Octal | 327 | 115 | 53 | 0 | 100 | 120 | 20 | 14 | 104 | 63 |
| Binary | 11010111 | 1001101 | 101011 | 0 | 1000000 | 1010000 | 10000 | 1100 | 1000100 | 110011 |
Color Harmonies of #D74D2B
Complementary color
Monochromatic Colors of #D74D2B
Black with #D74D2B
Text Example
Text Example
White with #D74D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D2B; }
p { color: rgb(215,77,43); }
H1.HeaderClassName
{
color: #D74D2B;
}
.AnyTagClassName
{
color: #D74D2B;
}
</style>
background-color css
<style>
a { background-color: #D74D2B; }
a { background-color: rgb(215,77,43); }
div.DivClassName
{
background-color: #D74D2B;
}
.BgClassName
{
background-color: #D74D2B;
}
</style>
border-color css
<style>
span { border-color: #D74D2B; }
span { border-color: rgb(215,77,43); }
td.TdClassName
{
border-color: #D74D2B;
}
.TagClassName
{
border-color: #D74D2B;
}
</style>