Shades of Trinidad #D74A25
Tints of Trinidad #D74A25
RGB
CMYK
RGB Variations
Color information
#D74A25 (or 0xD74A25) is known color: Trinidad. HEX triplet: D7, 4A and 25. RGB value is (215,74,37). Sum of RGB (Red+Green+Blue) = 215+74+37=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A25 is #28B5DA. Grayscale: #707070. Windows color (decimal): -2667995 or 2443991. OLE color: 2443991.
HSL color Cylindrical-coordinate representation of color #D74A25: hue angle of 12.47º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D74A25 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 37 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.16 |
| HSL | 12.47º | 0.71% | 0.49% | - |
| HSV(B) | 12.47º | 0.83% | 0.84% | - |
| XYZ | 30.81 | 19.48 | 3.89 | - |
| YUV | 111.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 37 | 0 | 0.66 | 0.83 | 0.16 | 12.47 | 0.71 | 0.49 |
| Hex | D7 | 4A | 25 | 0 | 42 | 53 | 10 | C | 47 | 31 |
| Octal | 327 | 112 | 45 | 0 | 102 | 123 | 20 | 14 | 107 | 61 |
| Binary | 11010111 | 1001010 | 100101 | 0 | 1000010 | 1010011 | 10000 | 1100 | 1000111 | 110001 |
Color Harmonies of #D74A25
Complementary color
Monochromatic Colors of #D74A25
Black with #D74A25
Text Example
Text Example
White with #D74A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A25; }
p { color: rgb(215,74,37); }
H1.HeaderClassName
{
color: #D74A25;
}
.AnyTagClassName
{
color: #D74A25;
}
</style>
background-color css
<style>
a { background-color: #D74A25; }
a { background-color: rgb(215,74,37); }
div.DivClassName
{
background-color: #D74A25;
}
.BgClassName
{
background-color: #D74A25;
}
</style>
border-color css
<style>
span { border-color: #D74A25; }
span { border-color: rgb(215,74,37); }
td.TdClassName
{
border-color: #D74A25;
}
.TagClassName
{
border-color: #D74A25;
}
</style>