Shades of Trinidad #D74E33
Tints of Trinidad #D74E33
RGB
CMYK
RGB Variations
Color information
#D74E33 (or 0xD74E33) is known color: Trinidad. HEX triplet: D7, 4E and 33. RGB value is (215,78,51). Sum of RGB (Red+Green+Blue) = 215+78+51=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E33 is #28B1CC. Grayscale: #747474. Windows color (decimal): -2666957 or 3362519. OLE color: 3362519.
HSL color Cylindrical-coordinate representation of color #D74E33: hue angle of 9.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D74E33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 51 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.16 |
| HSL | 9.88º | 0.67% | 0.52% | - |
| HSV(B) | 9.88º | 0.76% | 0.84% | - |
| XYZ | 31.35 | 20.13 | 5.37 | - |
| YUV | 115.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 51 | 0 | 0.64 | 0.76 | 0.16 | 9.88 | 0.67 | 0.52 |
| Hex | D7 | 4E | 33 | 0 | 40 | 4C | 10 | A | 43 | 34 |
| Octal | 327 | 116 | 63 | 0 | 100 | 114 | 20 | 12 | 103 | 64 |
| Binary | 11010111 | 1001110 | 110011 | 0 | 1000000 | 1001100 | 10000 | 1010 | 1000011 | 110100 |
Color Harmonies of #D74E33
Complementary color
Monochromatic Colors of #D74E33
Black with #D74E33
Text Example
Text Example
White with #D74E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E33; }
p { color: rgb(215,78,51); }
H1.HeaderClassName
{
color: #D74E33;
}
.AnyTagClassName
{
color: #D74E33;
}
</style>
background-color css
<style>
a { background-color: #D74E33; }
a { background-color: rgb(215,78,51); }
div.DivClassName
{
background-color: #D74E33;
}
.BgClassName
{
background-color: #D74E33;
}
</style>
border-color css
<style>
span { border-color: #D74E33; }
span { border-color: rgb(215,78,51); }
td.TdClassName
{
border-color: #D74E33;
}
.TagClassName
{
border-color: #D74E33;
}
</style>