Shades of Trinidad #D54C26
Tints of Trinidad #D54C26
RGB
CMYK
RGB Variations
Color information
#D54C26 (or 0xD54C26) is known color: Trinidad. HEX triplet: D5, 4C and 26. RGB value is (213,76,38). Sum of RGB (Red+Green+Blue) = 213+76+38=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C26 is #2AB3D9. Grayscale: #707070. Windows color (decimal): -2798554 or 2510037. OLE color: 2510037.
HSL color Cylindrical-coordinate representation of color #D54C26: hue angle of 13.03º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D54C26 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 38 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.16 |
| HSL | 13.03º | 0.7% | 0.49% | - |
| HSV(B) | 13.03º | 0.82% | 0.84% | - |
| XYZ | 30.37 | 19.45 | 3.99 | - |
| YUV | 112.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 38 | 0 | 0.64 | 0.82 | 0.16 | 13.03 | 0.7 | 0.49 |
| Hex | D5 | 4C | 26 | 0 | 40 | 52 | 10 | D | 46 | 31 |
| Octal | 325 | 114 | 46 | 0 | 100 | 122 | 20 | 15 | 106 | 61 |
| Binary | 11010101 | 1001100 | 100110 | 0 | 1000000 | 1010010 | 10000 | 1101 | 1000110 | 110001 |
Color Harmonies of #D54C26
Complementary color
Monochromatic Colors of #D54C26
Black with #D54C26
Text Example
Text Example
White with #D54C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C26; }
p { color: rgb(213,76,38); }
H1.HeaderClassName
{
color: #D54C26;
}
.AnyTagClassName
{
color: #D54C26;
}
</style>
background-color css
<style>
a { background-color: #D54C26; }
a { background-color: rgb(213,76,38); }
div.DivClassName
{
background-color: #D54C26;
}
.BgClassName
{
background-color: #D54C26;
}
</style>
border-color css
<style>
span { border-color: #D54C26; }
span { border-color: rgb(213,76,38); }
td.TdClassName
{
border-color: #D54C26;
}
.TagClassName
{
border-color: #D54C26;
}
</style>