Shades of Trinidad #D54C31
Tints of Trinidad #D54C31
RGB
CMYK
RGB Variations
Color information
#D54C31 (or 0xD54C31) is known color: Trinidad. HEX triplet: D5, 4C and 31. RGB value is (213,76,49). Sum of RGB (Red+Green+Blue) = 213+76+49=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C31 is #2AB3CE. Grayscale: #727272. Windows color (decimal): -2798543 or 3230933. OLE color: 3230933.
HSL color Cylindrical-coordinate representation of color #D54C31: hue angle of 9.88º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D54C31 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 49 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.16 |
| HSL | 9.88º | 0.66% | 0.51% | - |
| HSV(B) | 9.88º | 0.77% | 0.84% | - |
| XYZ | 30.58 | 19.54 | 5.06 | - |
| YUV | 113.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 49 | 0 | 0.64 | 0.77 | 0.16 | 9.88 | 0.66 | 0.51 |
| Hex | D5 | 4C | 31 | 0 | 40 | 4D | 10 | A | 42 | 33 |
| Octal | 325 | 114 | 61 | 0 | 100 | 115 | 20 | 12 | 102 | 63 |
| Binary | 11010101 | 1001100 | 110001 | 0 | 1000000 | 1001101 | 10000 | 1010 | 1000010 | 110011 |
Color Harmonies of #D54C31
Complementary color
Monochromatic Colors of #D54C31
Black with #D54C31
Text Example
Text Example
White with #D54C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C31; }
p { color: rgb(213,76,49); }
H1.HeaderClassName
{
color: #D54C31;
}
.AnyTagClassName
{
color: #D54C31;
}
</style>
background-color css
<style>
a { background-color: #D54C31; }
a { background-color: rgb(213,76,49); }
div.DivClassName
{
background-color: #D54C31;
}
.BgClassName
{
background-color: #D54C31;
}
</style>
border-color css
<style>
span { border-color: #D54C31; }
span { border-color: rgb(213,76,49); }
td.TdClassName
{
border-color: #D54C31;
}
.TagClassName
{
border-color: #D54C31;
}
</style>