Shades of Trinidad #D74E2A
Tints of Trinidad #D74E2A
RGB
CMYK
RGB Variations
Color information
#D74E2A (or 0xD74E2A) is known color: Trinidad. HEX triplet: D7, 4E and 2A. RGB value is (215,78,42). Sum of RGB (Red+Green+Blue) = 215+78+42=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E2A is #28B1D5. Grayscale: #737373. Windows color (decimal): -2666966 or 2772695. OLE color: 2772695.
HSL color Cylindrical-coordinate representation of color #D74E2A: hue angle of 12.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D74E2A is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 42 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.16 |
| HSL | 12.49º | 0.68% | 0.5% | - |
| HSV(B) | 12.49º | 0.8% | 0.84% | - |
| XYZ | 31.17 | 20.06 | 4.42 | - |
| YUV | 114.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 42 | 0 | 0.64 | 0.80 | 0.16 | 12.49 | 0.68 | 0.5 |
| Hex | D7 | 4E | 2A | 0 | 40 | 50 | 10 | C | 44 | 32 |
| Octal | 327 | 116 | 52 | 0 | 100 | 120 | 20 | 14 | 104 | 62 |
| Binary | 11010111 | 1001110 | 101010 | 0 | 1000000 | 1010000 | 10000 | 1100 | 1000100 | 110010 |
Color Harmonies of #D74E2A
Complementary color
Monochromatic Colors of #D74E2A
Black with #D74E2A
Text Example
Text Example
White with #D74E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E2A; }
p { color: rgb(215,78,42); }
H1.HeaderClassName
{
color: #D74E2A;
}
.AnyTagClassName
{
color: #D74E2A;
}
</style>
background-color css
<style>
a { background-color: #D74E2A; }
a { background-color: rgb(215,78,42); }
div.DivClassName
{
background-color: #D74E2A;
}
.BgClassName
{
background-color: #D74E2A;
}
</style>
border-color css
<style>
span { border-color: #D74E2A; }
span { border-color: rgb(215,78,42); }
td.TdClassName
{
border-color: #D74E2A;
}
.TagClassName
{
border-color: #D74E2A;
}
</style>