Shades of Trinidad #D54E23
Tints of Trinidad #D54E23
RGB
CMYK
RGB Variations
Color information
#D54E23 (or 0xD54E23) is known color: Trinidad. HEX triplet: D5, 4E and 23. RGB value is (213,78,35). Sum of RGB (Red+Green+Blue) = 213+78+35=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E23 is #2AB1DC. Grayscale: #717171. Windows color (decimal): -2798045 or 2313941. OLE color: 2313941.
HSL color Cylindrical-coordinate representation of color #D54E23: hue angle of 14.49º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D54E23 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 35 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.16 |
| HSL | 14.49º | 0.72% | 0.49% | - |
| HSV(B) | 14.49º | 0.84% | 0.84% | - |
| XYZ | 30.47 | 19.72 | 3.79 | - |
| YUV | 113.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 35 | 0 | 0.63 | 0.84 | 0.16 | 14.49 | 0.72 | 0.49 |
| Hex | D5 | 4E | 23 | 0 | 3F | 54 | 10 | E | 48 | 31 |
| Octal | 325 | 116 | 43 | 0 | 77 | 124 | 20 | 16 | 110 | 61 |
| Binary | 11010101 | 1001110 | 100011 | 0 | 111111 | 1010100 | 10000 | 1110 | 1001000 | 110001 |
Color Harmonies of #D54E23
Complementary color
Monochromatic Colors of #D54E23
Black with #D54E23
Text Example
Text Example
White with #D54E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E23; }
p { color: rgb(213,78,35); }
H1.HeaderClassName
{
color: #D54E23;
}
.AnyTagClassName
{
color: #D54E23;
}
</style>
background-color css
<style>
a { background-color: #D54E23; }
a { background-color: rgb(213,78,35); }
div.DivClassName
{
background-color: #D54E23;
}
.BgClassName
{
background-color: #D54E23;
}
</style>
border-color css
<style>
span { border-color: #D54E23; }
span { border-color: rgb(213,78,35); }
td.TdClassName
{
border-color: #D54E23;
}
.TagClassName
{
border-color: #D54E23;
}
</style>