Shades of Trinidad #D74E30
Tints of Trinidad #D74E30
RGB
CMYK
RGB Variations
Color information
#D74E30 (or 0xD74E30) is known color: Trinidad. HEX triplet: D7, 4E and 30. RGB value is (215,78,48). Sum of RGB (Red+Green+Blue) = 215+78+48=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E30 is #28B1CF. Grayscale: #737373. Windows color (decimal): -2666960 or 3165911. OLE color: 3165911.
HSL color Cylindrical-coordinate representation of color #D74E30: hue angle of 10.78º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D74E30 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 48 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.16 |
| HSL | 10.78º | 0.68% | 0.52% | - |
| HSV(B) | 10.78º | 0.78% | 0.84% | - |
| XYZ | 31.28 | 20.11 | 5.03 | - |
| YUV | 115.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 48 | 0 | 0.64 | 0.78 | 0.16 | 10.78 | 0.68 | 0.52 |
| Hex | D7 | 4E | 30 | 0 | 40 | 4E | 10 | B | 44 | 34 |
| Octal | 327 | 116 | 60 | 0 | 100 | 116 | 20 | 13 | 104 | 64 |
| Binary | 11010111 | 1001110 | 110000 | 0 | 1000000 | 1001110 | 10000 | 1011 | 1000100 | 110100 |
Color Harmonies of #D74E30
Complementary color
Monochromatic Colors of #D74E30
Black with #D74E30
Text Example
Text Example
White with #D74E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E30; }
p { color: rgb(215,78,48); }
H1.HeaderClassName
{
color: #D74E30;
}
.AnyTagClassName
{
color: #D74E30;
}
</style>
background-color css
<style>
a { background-color: #D74E30; }
a { background-color: rgb(215,78,48); }
div.DivClassName
{
background-color: #D74E30;
}
.BgClassName
{
background-color: #D74E30;
}
</style>
border-color css
<style>
span { border-color: #D74E30; }
span { border-color: rgb(215,78,48); }
td.TdClassName
{
border-color: #D74E30;
}
.TagClassName
{
border-color: #D74E30;
}
</style>