Shades of Trinidad #D55036
Tints of Trinidad #D55036
RGB
CMYK
RGB Variations
Color information
#D55036 (or 0xD55036) is known color: Trinidad. HEX triplet: D5, 50 and 36. RGB value is (213,80,54). Sum of RGB (Red+Green+Blue) = 213+80+54=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D55036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55036 is #2AAFC9. Grayscale: #757575. Windows color (decimal): -2797514 or 3559637. OLE color: 3559637.
HSL color Cylindrical-coordinate representation of color #D55036: hue angle of 9.81º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D55036 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 54 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.16 |
| HSL | 9.81º | 0.65% | 0.52% | - |
| HSV(B) | 9.81º | 0.75% | 0.84% | - |
| XYZ | 30.98 | 20.15 | 5.75 | - |
| YUV | 116.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 54 | 0 | 0.62 | 0.75 | 0.16 | 9.81 | 0.65 | 0.52 |
| Hex | D5 | 50 | 36 | 0 | 3E | 4B | 10 | A | 41 | 34 |
| Octal | 325 | 120 | 66 | 0 | 76 | 113 | 20 | 12 | 101 | 64 |
| Binary | 11010101 | 1010000 | 110110 | 0 | 111110 | 1001011 | 10000 | 1010 | 1000001 | 110100 |
Color Harmonies of #D55036
Complementary color
Monochromatic Colors of #D55036
Black with #D55036
Text Example
Text Example
White with #D55036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55036; }
p { color: rgb(213,80,54); }
H1.HeaderClassName
{
color: #D55036;
}
.AnyTagClassName
{
color: #D55036;
}
</style>
background-color css
<style>
a { background-color: #D55036; }
a { background-color: rgb(213,80,54); }
div.DivClassName
{
background-color: #D55036;
}
.BgClassName
{
background-color: #D55036;
}
</style>
border-color css
<style>
span { border-color: #D55036; }
span { border-color: rgb(213,80,54); }
td.TdClassName
{
border-color: #D55036;
}
.TagClassName
{
border-color: #D55036;
}
</style>