Shades of Trinidad #D74C2C
Tints of Trinidad #D74C2C
RGB
CMYK
RGB Variations
Color information
#D74C2C (or 0xD74C2C) is known color: Trinidad. HEX triplet: D7, 4C and 2C. RGB value is (215,76,44). Sum of RGB (Red+Green+Blue) = 215+76+44=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C2C is #28B3D3. Grayscale: #727272. Windows color (decimal): -2667476 or 2903255. OLE color: 2903255.
HSL color Cylindrical-coordinate representation of color #D74C2C: hue angle of 11.23º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D74C2C is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 44 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.16 |
| HSL | 11.23º | 0.68% | 0.51% | - |
| HSV(B) | 11.23º | 0.8% | 0.84% | - |
| XYZ | 31.06 | 19.8 | 4.57 | - |
| YUV | 113.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 44 | 0 | 0.65 | 0.80 | 0.16 | 11.23 | 0.68 | 0.51 |
| Hex | D7 | 4C | 2C | 0 | 41 | 50 | 10 | B | 44 | 33 |
| Octal | 327 | 114 | 54 | 0 | 101 | 120 | 20 | 13 | 104 | 63 |
| Binary | 11010111 | 1001100 | 101100 | 0 | 1000001 | 1010000 | 10000 | 1011 | 1000100 | 110011 |
Color Harmonies of #D74C2C
Complementary color
Monochromatic Colors of #D74C2C
Black with #D74C2C
Text Example
Text Example
White with #D74C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C2C; }
p { color: rgb(215,76,44); }
H1.HeaderClassName
{
color: #D74C2C;
}
.AnyTagClassName
{
color: #D74C2C;
}
</style>
background-color css
<style>
a { background-color: #D74C2C; }
a { background-color: rgb(215,76,44); }
div.DivClassName
{
background-color: #D74C2C;
}
.BgClassName
{
background-color: #D74C2C;
}
</style>
border-color css
<style>
span { border-color: #D74C2C; }
span { border-color: rgb(215,76,44); }
td.TdClassName
{
border-color: #D74C2C;
}
.TagClassName
{
border-color: #D74C2C;
}
</style>