Shades of Trinidad #CE5324
Tints of Trinidad #CE5324
RGB
CMYK
RGB Variations
Color information
#CE5324 (or 0xCE5324) is known color: Trinidad. HEX triplet: CE, 53 and 24. RGB value is (206,83,36). Sum of RGB (Red+Green+Blue) = 206+83+36=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5324 is #31ACDB. Grayscale: #727272. Windows color (decimal): -3255516 or 2380750. OLE color: 2380750.
HSL color Cylindrical-coordinate representation of color #CE5324: hue angle of 16.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE5324 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 36 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.19 |
| HSL | 16.59º | 0.7% | 0.47% | - |
| HSV(B) | 16.59º | 0.83% | 0.81% | - |
| XYZ | 28.87 | 19.44 | 3.9 | - |
| YUV | 114.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 36 | 0 | 0.60 | 0.83 | 0.19 | 16.59 | 0.7 | 0.47 |
| Hex | CE | 53 | 24 | 0 | 3C | 53 | 13 | 11 | 46 | 2F |
| Octal | 316 | 123 | 44 | 0 | 74 | 123 | 23 | 21 | 106 | 57 |
| Binary | 11001110 | 1010011 | 100100 | 0 | 111100 | 1010011 | 10011 | 10001 | 1000110 | 101111 |
Color Harmonies of #CE5324
Complementary color
Monochromatic Colors of #CE5324
Black with #CE5324
Text Example
Text Example
White with #CE5324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5324; }
p { color: rgb(206,83,36); }
H1.HeaderClassName
{
color: #CE5324;
}
.AnyTagClassName
{
color: #CE5324;
}
</style>
background-color css
<style>
a { background-color: #CE5324; }
a { background-color: rgb(206,83,36); }
div.DivClassName
{
background-color: #CE5324;
}
.BgClassName
{
background-color: #CE5324;
}
</style>
border-color css
<style>
span { border-color: #CE5324; }
span { border-color: rgb(206,83,36); }
td.TdClassName
{
border-color: #CE5324;
}
.TagClassName
{
border-color: #CE5324;
}
</style>