Shades of Trinidad #D54724
Tints of Trinidad #D54724
RGB
CMYK
RGB Variations
Color information
#D54724 (or 0xD54724) is known color: Trinidad. HEX triplet: D5, 47 and 24. RGB value is (213,71,36). Sum of RGB (Red+Green+Blue) = 213+71+36=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D54724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54724 is #2AB8DB. Grayscale: #6D6D6D. Windows color (decimal): -2799836 or 2377685. OLE color: 2377685.
HSL color Cylindrical-coordinate representation of color #D54724: hue angle of 11.86º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D54724 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.16 |
| HSL | 11.86º | 0.71% | 0.49% | - |
| HSV(B) | 11.86º | 0.83% | 0.84% | - |
| XYZ | 30.01 | 18.78 | 3.71 | - |
| YUV | 109.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 36 | 0 | 0.67 | 0.83 | 0.16 | 11.86 | 0.71 | 0.49 |
| Hex | D5 | 47 | 24 | 0 | 43 | 53 | 10 | C | 47 | 31 |
| Octal | 325 | 107 | 44 | 0 | 103 | 123 | 20 | 14 | 107 | 61 |
| Binary | 11010101 | 1000111 | 100100 | 0 | 1000011 | 1010011 | 10000 | 1100 | 1000111 | 110001 |
Color Harmonies of #D54724
Complementary color
Monochromatic Colors of #D54724
Black with #D54724
Text Example
Text Example
White with #D54724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54724; }
p { color: rgb(213,71,36); }
H1.HeaderClassName
{
color: #D54724;
}
.AnyTagClassName
{
color: #D54724;
}
</style>
background-color css
<style>
a { background-color: #D54724; }
a { background-color: rgb(213,71,36); }
div.DivClassName
{
background-color: #D54724;
}
.BgClassName
{
background-color: #D54724;
}
</style>
border-color css
<style>
span { border-color: #D54724; }
span { border-color: rgb(213,71,36); }
td.TdClassName
{
border-color: #D54724;
}
.TagClassName
{
border-color: #D54724;
}
</style>