Shades of Trinidad #CE5026
Tints of Trinidad #CE5026
RGB
CMYK
RGB Variations
Color information
#CE5026 (or 0xCE5026) is known color: Trinidad. HEX triplet: CE, 50 and 26. RGB value is (206,80,38). Sum of RGB (Red+Green+Blue) = 206+80+38=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5026 is #31AFD9. Grayscale: #717171. Windows color (decimal): -3256282 or 2511054. OLE color: 2511054.
HSL color Cylindrical-coordinate representation of color #CE5026: hue angle of 15º degrees, saturation: 0.69, 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 #CE5026 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 38 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.19 |
| HSL | 15º | 0.69% | 0.48% | - |
| HSV(B) | 15º | 0.82% | 0.81% | - |
| XYZ | 28.67 | 19 | 3.99 | - |
| YUV | 112.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 38 | 0 | 0.61 | 0.82 | 0.19 | 15 | 0.69 | 0.48 |
| Hex | CE | 50 | 26 | 0 | 3D | 52 | 13 | F | 45 | 30 |
| Octal | 316 | 120 | 46 | 0 | 75 | 122 | 23 | 17 | 105 | 60 |
| Binary | 11001110 | 1010000 | 100110 | 0 | 111101 | 1010010 | 10011 | 1111 | 1000101 | 110000 |
Color Harmonies of #CE5026
Complementary color
Monochromatic Colors of #CE5026
Black with #CE5026
Text Example
Text Example
White with #CE5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5026; }
p { color: rgb(206,80,38); }
H1.HeaderClassName
{
color: #CE5026;
}
.AnyTagClassName
{
color: #CE5026;
}
</style>
background-color css
<style>
a { background-color: #CE5026; }
a { background-color: rgb(206,80,38); }
div.DivClassName
{
background-color: #CE5026;
}
.BgClassName
{
background-color: #CE5026;
}
</style>
border-color css
<style>
span { border-color: #CE5026; }
span { border-color: rgb(206,80,38); }
td.TdClassName
{
border-color: #CE5026;
}
.TagClassName
{
border-color: #CE5026;
}
</style>