Shades of Trinidad #D54D2F
Tints of Trinidad #D54D2F
RGB
CMYK
RGB Variations
Color information
#D54D2F (or 0xD54D2F) is known color: Trinidad. HEX triplet: D5, 4D and 2F. RGB value is (213,77,47). Sum of RGB (Red+Green+Blue) = 213+77+47=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D2F is #2AB2D0. Grayscale: #727272. Windows color (decimal): -2798289 or 3100117. OLE color: 3100117.
HSL color Cylindrical-coordinate representation of color #D54D2F: hue angle of 10.84º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D54D2F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 47 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.16 |
| HSL | 10.84º | 0.66% | 0.51% | - |
| HSV(B) | 10.84º | 0.78% | 0.84% | - |
| XYZ | 30.61 | 19.66 | 4.87 | - |
| YUV | 114.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 47 | 0 | 0.64 | 0.78 | 0.16 | 10.84 | 0.66 | 0.51 |
| Hex | D5 | 4D | 2F | 0 | 40 | 4E | 10 | B | 42 | 33 |
| Octal | 325 | 115 | 57 | 0 | 100 | 116 | 20 | 13 | 102 | 63 |
| Binary | 11010101 | 1001101 | 101111 | 0 | 1000000 | 1001110 | 10000 | 1011 | 1000010 | 110011 |
Color Harmonies of #D54D2F
Complementary color
Monochromatic Colors of #D54D2F
Black with #D54D2F
Text Example
Text Example
White with #D54D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D2F; }
p { color: rgb(213,77,47); }
H1.HeaderClassName
{
color: #D54D2F;
}
.AnyTagClassName
{
color: #D54D2F;
}
</style>
background-color css
<style>
a { background-color: #D54D2F; }
a { background-color: rgb(213,77,47); }
div.DivClassName
{
background-color: #D54D2F;
}
.BgClassName
{
background-color: #D54D2F;
}
</style>
border-color css
<style>
span { border-color: #D54D2F; }
span { border-color: rgb(213,77,47); }
td.TdClassName
{
border-color: #D54D2F;
}
.TagClassName
{
border-color: #D54D2F;
}
</style>