Shades of Trinidad #D54A31
Tints of Trinidad #D54A31
RGB
CMYK
RGB Variations
Color information
#D54A31 (or 0xD54A31) is known color: Trinidad. HEX triplet: D5, 4A and 31. RGB value is (213,74,49). Sum of RGB (Red+Green+Blue) = 213+74+49=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A31 is #2AB5CE. Grayscale: #707070. Windows color (decimal): -2799055 or 3230421. OLE color: 3230421.
HSL color Cylindrical-coordinate representation of color #D54A31: hue angle of 9.15º 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 #D54A31 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 49 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.16 |
| HSL | 9.15º | 0.66% | 0.51% | - |
| HSV(B) | 9.15º | 0.77% | 0.84% | - |
| XYZ | 30.44 | 19.27 | 5.02 | - |
| YUV | 112.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 49 | 0 | 0.65 | 0.77 | 0.16 | 9.15 | 0.66 | 0.51 |
| Hex | D5 | 4A | 31 | 0 | 41 | 4D | 10 | 9 | 42 | 33 |
| Octal | 325 | 112 | 61 | 0 | 101 | 115 | 20 | 11 | 102 | 63 |
| Binary | 11010101 | 1001010 | 110001 | 0 | 1000001 | 1001101 | 10000 | 1001 | 1000010 | 110011 |
Color Harmonies of #D54A31
Complementary color
Monochromatic Colors of #D54A31
Black with #D54A31
Text Example
Text Example
White with #D54A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A31; }
p { color: rgb(213,74,49); }
H1.HeaderClassName
{
color: #D54A31;
}
.AnyTagClassName
{
color: #D54A31;
}
</style>
background-color css
<style>
a { background-color: #D54A31; }
a { background-color: rgb(213,74,49); }
div.DivClassName
{
background-color: #D54A31;
}
.BgClassName
{
background-color: #D54A31;
}
</style>
border-color css
<style>
span { border-color: #D54A31; }
span { border-color: rgb(213,74,49); }
td.TdClassName
{
border-color: #D54A31;
}
.TagClassName
{
border-color: #D54A31;
}
</style>