Shades of Trinidad #D54C2A
Tints of Trinidad #D54C2A
RGB
CMYK
RGB Variations
Color information
#D54C2A (or 0xD54C2A) is known color: Trinidad. HEX triplet: D5, 4C and 2A. RGB value is (213,76,42). Sum of RGB (Red+Green+Blue) = 213+76+42=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C2A is #2AB3D5. Grayscale: #717171. Windows color (decimal): -2798550 or 2772181. OLE color: 2772181.
HSL color Cylindrical-coordinate representation of color #D54C2A: hue angle of 11.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D54C2A is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 42 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.16 |
| HSL | 11.93º | 0.67% | 0.5% | - |
| HSV(B) | 11.93º | 0.8% | 0.84% | - |
| XYZ | 30.44 | 19.48 | 4.35 | - |
| YUV | 113.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 42 | 0 | 0.64 | 0.80 | 0.16 | 11.93 | 0.67 | 0.5 |
| Hex | D5 | 4C | 2A | 0 | 40 | 50 | 10 | C | 43 | 32 |
| Octal | 325 | 114 | 52 | 0 | 100 | 120 | 20 | 14 | 103 | 62 |
| Binary | 11010101 | 1001100 | 101010 | 0 | 1000000 | 1010000 | 10000 | 1100 | 1000011 | 110010 |
Color Harmonies of #D54C2A
Complementary color
Monochromatic Colors of #D54C2A
Black with #D54C2A
Text Example
Text Example
White with #D54C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C2A; }
p { color: rgb(213,76,42); }
H1.HeaderClassName
{
color: #D54C2A;
}
.AnyTagClassName
{
color: #D54C2A;
}
</style>
background-color css
<style>
a { background-color: #D54C2A; }
a { background-color: rgb(213,76,42); }
div.DivClassName
{
background-color: #D54C2A;
}
.BgClassName
{
background-color: #D54C2A;
}
</style>
border-color css
<style>
span { border-color: #D54C2A; }
span { border-color: rgb(213,76,42); }
td.TdClassName
{
border-color: #D54C2A;
}
.TagClassName
{
border-color: #D54C2A;
}
</style>