Shades of Trinidad #D54F32
Tints of Trinidad #D54F32
RGB
CMYK
RGB Variations
Color information
#D54F32 (or 0xD54F32) is known color: Trinidad. HEX triplet: D5, 4F and 32. RGB value is (213,79,50). Sum of RGB (Red+Green+Blue) = 213+79+50=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F32 is #2AB0CD. Grayscale: #747474. Windows color (decimal): -2797774 or 3297237. OLE color: 3297237.
HSL color Cylindrical-coordinate representation of color #D54F32: hue angle of 10.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D54F32 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 50 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.16 |
| HSL | 10.67º | 0.66% | 0.52% | - |
| HSV(B) | 10.67º | 0.77% | 0.84% | - |
| XYZ | 30.81 | 19.97 | 5.25 | - |
| YUV | 115.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 50 | 0 | 0.63 | 0.77 | 0.16 | 10.67 | 0.66 | 0.52 |
| Hex | D5 | 4F | 32 | 0 | 3F | 4D | 10 | B | 42 | 34 |
| Octal | 325 | 117 | 62 | 0 | 77 | 115 | 20 | 13 | 102 | 64 |
| Binary | 11010101 | 1001111 | 110010 | 0 | 111111 | 1001101 | 10000 | 1011 | 1000010 | 110100 |
Color Harmonies of #D54F32
Complementary color
Monochromatic Colors of #D54F32
Black with #D54F32
Text Example
Text Example
White with #D54F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F32; }
p { color: rgb(213,79,50); }
H1.HeaderClassName
{
color: #D54F32;
}
.AnyTagClassName
{
color: #D54F32;
}
</style>
background-color css
<style>
a { background-color: #D54F32; }
a { background-color: rgb(213,79,50); }
div.DivClassName
{
background-color: #D54F32;
}
.BgClassName
{
background-color: #D54F32;
}
</style>
border-color css
<style>
span { border-color: #D54F32; }
span { border-color: rgb(213,79,50); }
td.TdClassName
{
border-color: #D54F32;
}
.TagClassName
{
border-color: #D54F32;
}
</style>