Shades of Trinidad #D54E34
Tints of Trinidad #D54E34
RGB
CMYK
RGB Variations
Color information
#D54E34 (or 0xD54E34) is known color: Trinidad. HEX triplet: D5, 4E and 34. RGB value is (213,78,52). Sum of RGB (Red+Green+Blue) = 213+78+52=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E34 is #2AB1CB. Grayscale: #737373. Windows color (decimal): -2798028 or 3428053. OLE color: 3428053.
HSL color Cylindrical-coordinate representation of color #D54E34: hue angle of 9.69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D54E34 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 52 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.16 |
| HSL | 9.69º | 0.66% | 0.52% | - |
| HSV(B) | 9.69º | 0.76% | 0.84% | - |
| XYZ | 30.78 | 19.84 | 5.46 | - |
| YUV | 115.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 52 | 0 | 0.63 | 0.76 | 0.16 | 9.69 | 0.66 | 0.52 |
| Hex | D5 | 4E | 34 | 0 | 3F | 4C | 10 | A | 42 | 34 |
| Octal | 325 | 116 | 64 | 0 | 77 | 114 | 20 | 12 | 102 | 64 |
| Binary | 11010101 | 1001110 | 110100 | 0 | 111111 | 1001100 | 10000 | 1010 | 1000010 | 110100 |
Color Harmonies of #D54E34
Complementary color
Monochromatic Colors of #D54E34
Black with #D54E34
Text Example
Text Example
White with #D54E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E34; }
p { color: rgb(213,78,52); }
H1.HeaderClassName
{
color: #D54E34;
}
.AnyTagClassName
{
color: #D54E34;
}
</style>
background-color css
<style>
a { background-color: #D54E34; }
a { background-color: rgb(213,78,52); }
div.DivClassName
{
background-color: #D54E34;
}
.BgClassName
{
background-color: #D54E34;
}
</style>
border-color css
<style>
span { border-color: #D54E34; }
span { border-color: rgb(213,78,52); }
td.TdClassName
{
border-color: #D54E34;
}
.TagClassName
{
border-color: #D54E34;
}
</style>