Shades of Trinidad #CE5125
Tints of Trinidad #CE5125
RGB
CMYK
RGB Variations
Color information
#CE5125 (or 0xCE5125) is known color: Trinidad. HEX triplet: CE, 51 and 25. RGB value is (206,81,37). Sum of RGB (Red+Green+Blue) = 206+81+37=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5125 is #31AEDA. Grayscale: #717171. Windows color (decimal): -3256027 or 2445774. OLE color: 2445774.
HSL color Cylindrical-coordinate representation of color #CE5125: hue angle of 15.62º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE5125 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 37 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.19 |
| HSL | 15.62º | 0.7% | 0.48% | - |
| HSV(B) | 15.62º | 0.82% | 0.81% | - |
| XYZ | 28.73 | 19.14 | 3.93 | - |
| YUV | 113.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 37 | 0 | 0.61 | 0.82 | 0.19 | 15.62 | 0.7 | 0.48 |
| Hex | CE | 51 | 25 | 0 | 3D | 52 | 13 | 10 | 46 | 30 |
| Octal | 316 | 121 | 45 | 0 | 75 | 122 | 23 | 20 | 106 | 60 |
| Binary | 11001110 | 1010001 | 100101 | 0 | 111101 | 1010010 | 10011 | 10000 | 1000110 | 110000 |
Color Harmonies of #CE5125
Complementary color
Monochromatic Colors of #CE5125
Black with #CE5125
Text Example
Text Example
White with #CE5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5125; }
p { color: rgb(206,81,37); }
H1.HeaderClassName
{
color: #CE5125;
}
.AnyTagClassName
{
color: #CE5125;
}
</style>
background-color css
<style>
a { background-color: #CE5125; }
a { background-color: rgb(206,81,37); }
div.DivClassName
{
background-color: #CE5125;
}
.BgClassName
{
background-color: #CE5125;
}
</style>
border-color css
<style>
span { border-color: #CE5125; }
span { border-color: rgb(206,81,37); }
td.TdClassName
{
border-color: #CE5125;
}
.TagClassName
{
border-color: #CE5125;
}
</style>