Shades of Trinidad #D74F34
Tints of Trinidad #D74F34
RGB
CMYK
RGB Variations
Color information
#D74F34 (or 0xD74F34) is known color: Trinidad. HEX triplet: D7, 4F and 34. RGB value is (215,79,52). Sum of RGB (Red+Green+Blue) = 215+79+52=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F34 is #28B0CB. Grayscale: #747474. Windows color (decimal): -2666700 or 3428311. OLE color: 3428311.
HSL color Cylindrical-coordinate representation of color #D74F34: hue angle of 9.94º 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 #D74F34 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 52 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.16 |
| HSL | 9.94º | 0.67% | 0.52% | - |
| HSV(B) | 9.94º | 0.76% | 0.84% | - |
| XYZ | 31.44 | 20.29 | 5.51 | - |
| YUV | 116.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 52 | 0 | 0.63 | 0.76 | 0.16 | 9.94 | 0.67 | 0.52 |
| Hex | D7 | 4F | 34 | 0 | 3F | 4C | 10 | A | 43 | 34 |
| Octal | 327 | 117 | 64 | 0 | 77 | 114 | 20 | 12 | 103 | 64 |
| Binary | 11010111 | 1001111 | 110100 | 0 | 111111 | 1001100 | 10000 | 1010 | 1000011 | 110100 |
Color Harmonies of #D74F34
Complementary color
Monochromatic Colors of #D74F34
Black with #D74F34
Text Example
Text Example
White with #D74F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F34; }
p { color: rgb(215,79,52); }
H1.HeaderClassName
{
color: #D74F34;
}
.AnyTagClassName
{
color: #D74F34;
}
</style>
background-color css
<style>
a { background-color: #D74F34; }
a { background-color: rgb(215,79,52); }
div.DivClassName
{
background-color: #D74F34;
}
.BgClassName
{
background-color: #D74F34;
}
</style>
border-color css
<style>
span { border-color: #D74F34; }
span { border-color: rgb(215,79,52); }
td.TdClassName
{
border-color: #D74F34;
}
.TagClassName
{
border-color: #D74F34;
}
</style>