Shades of Trinidad #D55037
Tints of Trinidad #D55037
RGB
CMYK
RGB Variations
Color information
#D55037 (or 0xD55037) is known color: Trinidad. HEX triplet: D5, 50 and 37. RGB value is (213,80,55). Sum of RGB (Red+Green+Blue) = 213+80+55=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D55037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55037 is #2AAFC8. Grayscale: #757575. Windows color (decimal): -2797513 or 3625173. OLE color: 3625173.
HSL color Cylindrical-coordinate representation of color #D55037: hue angle of 9.49º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D55037 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 55 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.16 |
| HSL | 9.49º | 0.65% | 0.53% | - |
| HSV(B) | 9.49º | 0.74% | 0.84% | - |
| XYZ | 31 | 20.16 | 5.87 | - |
| YUV | 116.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 55 | 0 | 0.62 | 0.74 | 0.16 | 9.49 | 0.65 | 0.53 |
| Hex | D5 | 50 | 37 | 0 | 3E | 4A | 10 | 9 | 41 | 35 |
| Octal | 325 | 120 | 67 | 0 | 76 | 112 | 20 | 11 | 101 | 65 |
| Binary | 11010101 | 1010000 | 110111 | 0 | 111110 | 1001010 | 10000 | 1001 | 1000001 | 110101 |
Color Harmonies of #D55037
Complementary color
Monochromatic Colors of #D55037
Black with #D55037
Text Example
Text Example
White with #D55037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55037; }
p { color: rgb(213,80,55); }
H1.HeaderClassName
{
color: #D55037;
}
.AnyTagClassName
{
color: #D55037;
}
</style>
background-color css
<style>
a { background-color: #D55037; }
a { background-color: rgb(213,80,55); }
div.DivClassName
{
background-color: #D55037;
}
.BgClassName
{
background-color: #D55037;
}
</style>
border-color css
<style>
span { border-color: #D55037; }
span { border-color: rgb(213,80,55); }
td.TdClassName
{
border-color: #D55037;
}
.TagClassName
{
border-color: #D55037;
}
</style>