Shades of Trinidad #D54D2C
Tints of Trinidad #D54D2C
RGB
CMYK
RGB Variations
Color information
#D54D2C (or 0xD54D2C) is known color: Trinidad. HEX triplet: D5, 4D and 2C. RGB value is (213,77,44). Sum of RGB (Red+Green+Blue) = 213+77+44=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D2C is #2AB2D3. Grayscale: #727272. Windows color (decimal): -2798292 or 2903509. OLE color: 2903509.
HSL color Cylindrical-coordinate representation of color #D54D2C: hue angle of 11.72º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D54D2C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 44 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.16 |
| HSL | 11.72º | 0.67% | 0.5% | - |
| HSV(B) | 11.72º | 0.79% | 0.84% | - |
| XYZ | 30.55 | 19.64 | 4.56 | - |
| YUV | 113.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 44 | 0 | 0.64 | 0.79 | 0.16 | 11.72 | 0.67 | 0.5 |
| Hex | D5 | 4D | 2C | 0 | 40 | 4F | 10 | C | 43 | 32 |
| Octal | 325 | 115 | 54 | 0 | 100 | 117 | 20 | 14 | 103 | 62 |
| Binary | 11010101 | 1001101 | 101100 | 0 | 1000000 | 1001111 | 10000 | 1100 | 1000011 | 110010 |
Color Harmonies of #D54D2C
Complementary color
Monochromatic Colors of #D54D2C
Black with #D54D2C
Text Example
Text Example
White with #D54D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D2C; }
p { color: rgb(213,77,44); }
H1.HeaderClassName
{
color: #D54D2C;
}
.AnyTagClassName
{
color: #D54D2C;
}
</style>
background-color css
<style>
a { background-color: #D54D2C; }
a { background-color: rgb(213,77,44); }
div.DivClassName
{
background-color: #D54D2C;
}
.BgClassName
{
background-color: #D54D2C;
}
</style>
border-color css
<style>
span { border-color: #D54D2C; }
span { border-color: rgb(213,77,44); }
td.TdClassName
{
border-color: #D54D2C;
}
.TagClassName
{
border-color: #D54D2C;
}
</style>