Shades of Trinidad #D74C26
Tints of Trinidad #D74C26
RGB
CMYK
RGB Variations
Color information
#D74C26 (or 0xD74C26) is known color: Trinidad. HEX triplet: D7, 4C and 26. RGB value is (215,76,38). Sum of RGB (Red+Green+Blue) = 215+76+38=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C26 is #28B3D9. Grayscale: #717171. Windows color (decimal): -2667482 or 2510039. OLE color: 2510039.
HSL color Cylindrical-coordinate representation of color #D74C26: hue angle of 12.88º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D74C26 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 38 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.16 |
| HSL | 12.88º | 0.7% | 0.5% | - |
| HSV(B) | 12.88º | 0.82% | 0.84% | - |
| XYZ | 30.96 | 19.76 | 4.02 | - |
| YUV | 113.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 38 | 0 | 0.65 | 0.82 | 0.16 | 12.88 | 0.7 | 0.5 |
| Hex | D7 | 4C | 26 | 0 | 41 | 52 | 10 | D | 46 | 32 |
| Octal | 327 | 114 | 46 | 0 | 101 | 122 | 20 | 15 | 106 | 62 |
| Binary | 11010111 | 1001100 | 100110 | 0 | 1000001 | 1010010 | 10000 | 1101 | 1000110 | 110010 |
Color Harmonies of #D74C26
Complementary color
Monochromatic Colors of #D74C26
Black with #D74C26
Text Example
Text Example
White with #D74C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C26; }
p { color: rgb(215,76,38); }
H1.HeaderClassName
{
color: #D74C26;
}
.AnyTagClassName
{
color: #D74C26;
}
</style>
background-color css
<style>
a { background-color: #D74C26; }
a { background-color: rgb(215,76,38); }
div.DivClassName
{
background-color: #D74C26;
}
.BgClassName
{
background-color: #D74C26;
}
</style>
border-color css
<style>
span { border-color: #D74C26; }
span { border-color: rgb(215,76,38); }
td.TdClassName
{
border-color: #D74C26;
}
.TagClassName
{
border-color: #D74C26;
}
</style>