Shades of Trinidad #D54E1E
Tints of Trinidad #D54E1E
RGB
CMYK
RGB Variations
Color information
#D54E1E (or 0xD54E1E) is known color: Trinidad. HEX triplet: D5, 4E and 1E. RGB value is (213,78,30). Sum of RGB (Red+Green+Blue) = 213+78+30=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E1E is #2AB1E1. Grayscale: #717171. Windows color (decimal): -2798050 or 1986261. OLE color: 1986261.
HSL color Cylindrical-coordinate representation of color #D54E1E: hue angle of 15.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D54E1E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 30 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.16 |
| HSL | 15.74º | 0.75% | 0.48% | - |
| HSV(B) | 15.74º | 0.86% | 0.84% | - |
| XYZ | 30.4 | 19.69 | 3.43 | - |
| YUV | 112.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 30 | 0 | 0.63 | 0.86 | 0.16 | 15.74 | 0.75 | 0.48 |
| Hex | D5 | 4E | 1E | 0 | 3F | 56 | 10 | 10 | 4B | 30 |
| Octal | 325 | 116 | 36 | 0 | 77 | 126 | 20 | 20 | 113 | 60 |
| Binary | 11010101 | 1001110 | 11110 | 0 | 111111 | 1010110 | 10000 | 10000 | 1001011 | 110000 |
Color Harmonies of #D54E1E
Complementary color
Monochromatic Colors of #D54E1E
Black with #D54E1E
Text Example
Text Example
White with #D54E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E1E; }
p { color: rgb(213,78,30); }
H1.HeaderClassName
{
color: #D54E1E;
}
.AnyTagClassName
{
color: #D54E1E;
}
</style>
background-color css
<style>
a { background-color: #D54E1E; }
a { background-color: rgb(213,78,30); }
div.DivClassName
{
background-color: #D54E1E;
}
.BgClassName
{
background-color: #D54E1E;
}
</style>
border-color css
<style>
span { border-color: #D54E1E; }
span { border-color: rgb(213,78,30); }
td.TdClassName
{
border-color: #D54E1E;
}
.TagClassName
{
border-color: #D54E1E;
}
</style>