Shades of Trinidad #D74D22
Tints of Trinidad #D74D22
RGB
CMYK
RGB Variations
Color information
#D74D22 (or 0xD74D22) is known color: Trinidad. HEX triplet: D7, 4D and 22. RGB value is (215,77,34). Sum of RGB (Red+Green+Blue) = 215+77+34=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D22 is #28B2DD. Grayscale: #717171. Windows color (decimal): -2667230 or 2248151. OLE color: 2248151.
HSL color Cylindrical-coordinate representation of color #D74D22: hue angle of 14.25º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D74D22 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 34 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.16 |
| HSL | 14.25º | 0.73% | 0.49% | - |
| HSV(B) | 14.25º | 0.84% | 0.84% | - |
| XYZ | 30.97 | 19.87 | 3.72 | - |
| YUV | 113.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 34 | 0 | 0.64 | 0.84 | 0.16 | 14.25 | 0.73 | 0.49 |
| Hex | D7 | 4D | 22 | 0 | 40 | 54 | 10 | E | 49 | 31 |
| Octal | 327 | 115 | 42 | 0 | 100 | 124 | 20 | 16 | 111 | 61 |
| Binary | 11010111 | 1001101 | 100010 | 0 | 1000000 | 1010100 | 10000 | 1110 | 1001001 | 110001 |
Color Harmonies of #D74D22
Complementary color
Monochromatic Colors of #D74D22
Black with #D74D22
Text Example
Text Example
White with #D74D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D22; }
p { color: rgb(215,77,34); }
H1.HeaderClassName
{
color: #D74D22;
}
.AnyTagClassName
{
color: #D74D22;
}
</style>
background-color css
<style>
a { background-color: #D74D22; }
a { background-color: rgb(215,77,34); }
div.DivClassName
{
background-color: #D74D22;
}
.BgClassName
{
background-color: #D74D22;
}
</style>
border-color css
<style>
span { border-color: #D74D22; }
span { border-color: rgb(215,77,34); }
td.TdClassName
{
border-color: #D74D22;
}
.TagClassName
{
border-color: #D74D22;
}
</style>