Shades of Trinidad #CE5123
Tints of Trinidad #CE5123
RGB
CMYK
RGB Variations
Color information
#CE5123 (or 0xCE5123) is known color: Trinidad. HEX triplet: CE, 51 and 23. RGB value is (206,81,35). Sum of RGB (Red+Green+Blue) = 206+81+35=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5123 is #31AEDC. Grayscale: #717171. Windows color (decimal): -3256029 or 2314702. OLE color: 2314702.
HSL color Cylindrical-coordinate representation of color #CE5123: hue angle of 16.14º 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 #CE5123 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 35 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.19 |
| HSL | 16.14º | 0.71% | 0.47% | - |
| HSV(B) | 16.14º | 0.83% | 0.81% | - |
| XYZ | 28.7 | 19.13 | 3.77 | - |
| YUV | 113.13 | 83.91 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 35 | 0 | 0.61 | 0.83 | 0.19 | 16.14 | 0.71 | 0.47 |
| Hex | CE | 51 | 23 | 0 | 3D | 53 | 13 | 10 | 47 | 2F |
| Octal | 316 | 121 | 43 | 0 | 75 | 123 | 23 | 20 | 107 | 57 |
| Binary | 11001110 | 1010001 | 100011 | 0 | 111101 | 1010011 | 10011 | 10000 | 1000111 | 101111 |
Color Harmonies of #CE5123
Complementary color
Monochromatic Colors of #CE5123
Black with #CE5123
Text Example
Text Example
White with #CE5123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5123; }
p { color: rgb(206,81,35); }
H1.HeaderClassName
{
color: #CE5123;
}
.AnyTagClassName
{
color: #CE5123;
}
</style>
background-color css
<style>
a { background-color: #CE5123; }
a { background-color: rgb(206,81,35); }
div.DivClassName
{
background-color: #CE5123;
}
.BgClassName
{
background-color: #CE5123;
}
</style>
border-color css
<style>
span { border-color: #CE5123; }
span { border-color: rgb(206,81,35); }
td.TdClassName
{
border-color: #CE5123;
}
.TagClassName
{
border-color: #CE5123;
}
</style>