Shades of Trinidad #D54D23
Tints of Trinidad #D54D23
RGB
CMYK
RGB Variations
Color information
#D54D23 (or 0xD54D23) is known color: Trinidad. HEX triplet: D5, 4D and 23. RGB value is (213,77,35). Sum of RGB (Red+Green+Blue) = 213+77+35=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D23 is #2AB2DC. Grayscale: #717171. Windows color (decimal): -2798301 or 2313685. OLE color: 2313685.
HSL color Cylindrical-coordinate representation of color #D54D23: hue angle of 14.16º 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 #D54D23 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 35 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.16 |
| HSL | 14.16º | 0.72% | 0.49% | - |
| HSV(B) | 14.16º | 0.84% | 0.84% | - |
| XYZ | 30.4 | 19.58 | 3.77 | - |
| YUV | 112.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 35 | 0 | 0.64 | 0.84 | 0.16 | 14.16 | 0.72 | 0.49 |
| Hex | D5 | 4D | 23 | 0 | 40 | 54 | 10 | E | 48 | 31 |
| Octal | 325 | 115 | 43 | 0 | 100 | 124 | 20 | 16 | 110 | 61 |
| Binary | 11010101 | 1001101 | 100011 | 0 | 1000000 | 1010100 | 10000 | 1110 | 1001000 | 110001 |
Color Harmonies of #D54D23
Complementary color
Monochromatic Colors of #D54D23
Black with #D54D23
Text Example
Text Example
White with #D54D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D23; }
p { color: rgb(213,77,35); }
H1.HeaderClassName
{
color: #D54D23;
}
.AnyTagClassName
{
color: #D54D23;
}
</style>
background-color css
<style>
a { background-color: #D54D23; }
a { background-color: rgb(213,77,35); }
div.DivClassName
{
background-color: #D54D23;
}
.BgClassName
{
background-color: #D54D23;
}
</style>
border-color css
<style>
span { border-color: #D54D23; }
span { border-color: rgb(213,77,35); }
td.TdClassName
{
border-color: #D54D23;
}
.TagClassName
{
border-color: #D54D23;
}
</style>