Shades of Trinidad #D74C1E
Tints of Trinidad #D74C1E
RGB
CMYK
RGB Variations
Color information
#D74C1E (or 0xD74C1E) is known color: Trinidad. HEX triplet: D7, 4C and 1E. RGB value is (215,76,30). Sum of RGB (Red+Green+Blue) = 215+76+30=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C1E is #28B3E1. Grayscale: #707070. Windows color (decimal): -2667490 or 1985751. OLE color: 1985751.
HSL color Cylindrical-coordinate representation of color #D74C1E: hue angle of 14.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D74C1E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 30 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.16 |
| HSL | 14.92º | 0.76% | 0.48% | - |
| HSV(B) | 14.92º | 0.86% | 0.84% | - |
| XYZ | 30.84 | 19.71 | 3.41 | - |
| YUV | 112.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 30 | 0 | 0.65 | 0.86 | 0.16 | 14.92 | 0.76 | 0.48 |
| Hex | D7 | 4C | 1E | 0 | 41 | 56 | 10 | F | 4C | 30 |
| Octal | 327 | 114 | 36 | 0 | 101 | 126 | 20 | 17 | 114 | 60 |
| Binary | 11010111 | 1001100 | 11110 | 0 | 1000001 | 1010110 | 10000 | 1111 | 1001100 | 110000 |
Color Harmonies of #D74C1E
Complementary color
Monochromatic Colors of #D74C1E
Black with #D74C1E
Text Example
Text Example
White with #D74C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C1E; }
p { color: rgb(215,76,30); }
H1.HeaderClassName
{
color: #D74C1E;
}
.AnyTagClassName
{
color: #D74C1E;
}
</style>
background-color css
<style>
a { background-color: #D74C1E; }
a { background-color: rgb(215,76,30); }
div.DivClassName
{
background-color: #D74C1E;
}
.BgClassName
{
background-color: #D74C1E;
}
</style>
border-color css
<style>
span { border-color: #D74C1E; }
span { border-color: rgb(215,76,30); }
td.TdClassName
{
border-color: #D74C1E;
}
.TagClassName
{
border-color: #D74C1E;
}
</style>