Shades of Trinidad #CE5223
Tints of Trinidad #CE5223
RGB
CMYK
RGB Variations
Color information
#CE5223 (or 0xCE5223) is known color: Trinidad. HEX triplet: CE, 52 and 23. RGB value is (206,82,35). Sum of RGB (Red+Green+Blue) = 206+82+35=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5223 is #31ADDC. Grayscale: #727272. Windows color (decimal): -3255773 or 2314958. OLE color: 2314958.
HSL color Cylindrical-coordinate representation of color #CE5223: hue angle of 16.49º degrees, saturation: 0.71, 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 #CE5223 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 35 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.19 |
| HSL | 16.49º | 0.71% | 0.47% | - |
| HSV(B) | 16.49º | 0.83% | 0.81% | - |
| XYZ | 28.77 | 19.28 | 3.79 | - |
| YUV | 113.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 35 | 0 | 0.60 | 0.83 | 0.19 | 16.49 | 0.71 | 0.47 |
| Hex | CE | 52 | 23 | 0 | 3C | 53 | 13 | 10 | 47 | 2F |
| Octal | 316 | 122 | 43 | 0 | 74 | 123 | 23 | 20 | 107 | 57 |
| Binary | 11001110 | 1010010 | 100011 | 0 | 111100 | 1010011 | 10011 | 10000 | 1000111 | 101111 |
Color Harmonies of #CE5223
Complementary color
Monochromatic Colors of #CE5223
Black with #CE5223
Text Example
Text Example
White with #CE5223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5223; }
p { color: rgb(206,82,35); }
H1.HeaderClassName
{
color: #CE5223;
}
.AnyTagClassName
{
color: #CE5223;
}
</style>
background-color css
<style>
a { background-color: #CE5223; }
a { background-color: rgb(206,82,35); }
div.DivClassName
{
background-color: #CE5223;
}
.BgClassName
{
background-color: #CE5223;
}
</style>
border-color css
<style>
span { border-color: #CE5223; }
span { border-color: rgb(206,82,35); }
td.TdClassName
{
border-color: #CE5223;
}
.TagClassName
{
border-color: #CE5223;
}
</style>