Shades of Trinidad #D54B24
Tints of Trinidad #D54B24
RGB
CMYK
RGB Variations
Color information
#D54B24 (or 0xD54B24) is known color: Trinidad. HEX triplet: D5, 4B and 24. RGB value is (213,75,36). Sum of RGB (Red+Green+Blue) = 213+75+36=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B24 is #2AB4DB. Grayscale: #707070. Windows color (decimal): -2798812 or 2378709. OLE color: 2378709.
HSL color Cylindrical-coordinate representation of color #D54B24: hue angle of 13.22º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D54B24 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 36 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.16 |
| HSL | 13.22º | 0.71% | 0.49% | - |
| HSV(B) | 13.22º | 0.83% | 0.84% | - |
| XYZ | 30.28 | 19.31 | 3.8 | - |
| YUV | 111.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 36 | 0 | 0.65 | 0.83 | 0.16 | 13.22 | 0.71 | 0.49 |
| Hex | D5 | 4B | 24 | 0 | 41 | 53 | 10 | D | 47 | 31 |
| Octal | 325 | 113 | 44 | 0 | 101 | 123 | 20 | 15 | 107 | 61 |
| Binary | 11010101 | 1001011 | 100100 | 0 | 1000001 | 1010011 | 10000 | 1101 | 1000111 | 110001 |
Color Harmonies of #D54B24
Complementary color
Monochromatic Colors of #D54B24
Black with #D54B24
Text Example
Text Example
White with #D54B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B24; }
p { color: rgb(213,75,36); }
H1.HeaderClassName
{
color: #D54B24;
}
.AnyTagClassName
{
color: #D54B24;
}
</style>
background-color css
<style>
a { background-color: #D54B24; }
a { background-color: rgb(213,75,36); }
div.DivClassName
{
background-color: #D54B24;
}
.BgClassName
{
background-color: #D54B24;
}
</style>
border-color css
<style>
span { border-color: #D54B24; }
span { border-color: rgb(213,75,36); }
td.TdClassName
{
border-color: #D54B24;
}
.TagClassName
{
border-color: #D54B24;
}
</style>