Shades of Trinidad #D74A21
Tints of Trinidad #D74A21
RGB
CMYK
RGB Variations
Color information
#D74A21 (or 0xD74A21) is known color: Trinidad. HEX triplet: D7, 4A and 21. RGB value is (215,74,33). Sum of RGB (Red+Green+Blue) = 215+74+33=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A21 is #28B5DE. Grayscale: #6F6F6F. Windows color (decimal): -2667999 or 2181847. OLE color: 2181847.
HSL color Cylindrical-coordinate representation of color #D74A21: hue angle of 13.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D74A21 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 33 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.16 |
| HSL | 13.52º | 0.73% | 0.49% | - |
| HSV(B) | 13.52º | 0.85% | 0.84% | - |
| XYZ | 30.75 | 19.45 | 3.57 | - |
| YUV | 111.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 33 | 0 | 0.66 | 0.85 | 0.16 | 13.52 | 0.73 | 0.49 |
| Hex | D7 | 4A | 21 | 0 | 42 | 55 | 10 | E | 49 | 31 |
| Octal | 327 | 112 | 41 | 0 | 102 | 125 | 20 | 16 | 111 | 61 |
| Binary | 11010111 | 1001010 | 100001 | 0 | 1000010 | 1010101 | 10000 | 1110 | 1001001 | 110001 |
Color Harmonies of #D74A21
Complementary color
Monochromatic Colors of #D74A21
Black with #D74A21
Text Example
Text Example
White with #D74A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A21; }
p { color: rgb(215,74,33); }
H1.HeaderClassName
{
color: #D74A21;
}
.AnyTagClassName
{
color: #D74A21;
}
</style>
background-color css
<style>
a { background-color: #D74A21; }
a { background-color: rgb(215,74,33); }
div.DivClassName
{
background-color: #D74A21;
}
.BgClassName
{
background-color: #D74A21;
}
</style>
border-color css
<style>
span { border-color: #D74A21; }
span { border-color: rgb(215,74,33); }
td.TdClassName
{
border-color: #D74A21;
}
.TagClassName
{
border-color: #D74A21;
}
</style>