Shades of Trinidad #CE5028
Tints of Trinidad #CE5028
RGB
CMYK
RGB Variations
Color information
#CE5028 (or 0xCE5028) is known color: Trinidad. HEX triplet: CE, 50 and 28. RGB value is (206,80,40). Sum of RGB (Red+Green+Blue) = 206+80+40=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5028 is #31AFD7. Grayscale: #717171. Windows color (decimal): -3256280 or 2642126. OLE color: 2642126.
HSL color Cylindrical-coordinate representation of color #CE5028: hue angle of 14.46º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE5028 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 40 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.19 |
| HSL | 14.46º | 0.67% | 0.48% | - |
| HSV(B) | 14.46º | 0.81% | 0.81% | - |
| XYZ | 28.71 | 19.01 | 4.16 | - |
| YUV | 113.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 40 | 0 | 0.61 | 0.81 | 0.19 | 14.46 | 0.67 | 0.48 |
| Hex | CE | 50 | 28 | 0 | 3D | 51 | 13 | E | 43 | 30 |
| Octal | 316 | 120 | 50 | 0 | 75 | 121 | 23 | 16 | 103 | 60 |
| Binary | 11001110 | 1010000 | 101000 | 0 | 111101 | 1010001 | 10011 | 1110 | 1000011 | 110000 |
Color Harmonies of #CE5028
Complementary color
Monochromatic Colors of #CE5028
Black with #CE5028
Text Example
Text Example
White with #CE5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5028; }
p { color: rgb(206,80,40); }
H1.HeaderClassName
{
color: #CE5028;
}
.AnyTagClassName
{
color: #CE5028;
}
</style>
background-color css
<style>
a { background-color: #CE5028; }
a { background-color: rgb(206,80,40); }
div.DivClassName
{
background-color: #CE5028;
}
.BgClassName
{
background-color: #CE5028;
}
</style>
border-color css
<style>
span { border-color: #CE5028; }
span { border-color: rgb(206,80,40); }
td.TdClassName
{
border-color: #CE5028;
}
.TagClassName
{
border-color: #CE5028;
}
</style>