Shades of Trinidad #D54B2A
Tints of Trinidad #D54B2A
RGB
CMYK
RGB Variations
Color information
#D54B2A (or 0xD54B2A) is known color: Trinidad. HEX triplet: D5, 4B and 2A. RGB value is (213,75,42). Sum of RGB (Red+Green+Blue) = 213+75+42=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B2A is #2AB4D5. Grayscale: #707070. Windows color (decimal): -2798806 or 2771925. OLE color: 2771925.
HSL color Cylindrical-coordinate representation of color #D54B2A: hue angle of 11.58º 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 #D54B2A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 42 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.16 |
| HSL | 11.58º | 0.67% | 0.5% | - |
| HSV(B) | 11.58º | 0.8% | 0.84% | - |
| XYZ | 30.37 | 19.35 | 4.32 | - |
| YUV | 112.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 42 | 0 | 0.65 | 0.80 | 0.16 | 11.58 | 0.67 | 0.5 |
| Hex | D5 | 4B | 2A | 0 | 41 | 50 | 10 | C | 43 | 32 |
| Octal | 325 | 113 | 52 | 0 | 101 | 120 | 20 | 14 | 103 | 62 |
| Binary | 11010101 | 1001011 | 101010 | 0 | 1000001 | 1010000 | 10000 | 1100 | 1000011 | 110010 |
Color Harmonies of #D54B2A
Complementary color
Monochromatic Colors of #D54B2A
Black with #D54B2A
Text Example
Text Example
White with #D54B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B2A; }
p { color: rgb(213,75,42); }
H1.HeaderClassName
{
color: #D54B2A;
}
.AnyTagClassName
{
color: #D54B2A;
}
</style>
background-color css
<style>
a { background-color: #D54B2A; }
a { background-color: rgb(213,75,42); }
div.DivClassName
{
background-color: #D54B2A;
}
.BgClassName
{
background-color: #D54B2A;
}
</style>
border-color css
<style>
span { border-color: #D54B2A; }
span { border-color: rgb(213,75,42); }
td.TdClassName
{
border-color: #D54B2A;
}
.TagClassName
{
border-color: #D54B2A;
}
</style>