Shades of Trinidad #CE5021
Tints of Trinidad #CE5021
RGB
CMYK
RGB Variations
Color information
#CE5021 (or 0xCE5021) is known color: Trinidad. HEX triplet: CE, 50 and 21. RGB value is (206,80,33). Sum of RGB (Red+Green+Blue) = 206+80+33=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5021 is #31AFDE. Grayscale: #707070. Windows color (decimal): -3256287 or 2183374. OLE color: 2183374.
HSL color Cylindrical-coordinate representation of color #CE5021: hue angle of 16.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE5021 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 33 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.19 |
| HSL | 16.3º | 0.72% | 0.47% | - |
| HSV(B) | 16.3º | 0.84% | 0.81% | - |
| XYZ | 28.6 | 18.97 | 3.59 | - |
| YUV | 112.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 33 | 0 | 0.61 | 0.84 | 0.19 | 16.3 | 0.72 | 0.47 |
| Hex | CE | 50 | 21 | 0 | 3D | 54 | 13 | 10 | 48 | 2F |
| Octal | 316 | 120 | 41 | 0 | 75 | 124 | 23 | 20 | 110 | 57 |
| Binary | 11001110 | 1010000 | 100001 | 0 | 111101 | 1010100 | 10011 | 10000 | 1001000 | 101111 |
Color Harmonies of #CE5021
Complementary color
Monochromatic Colors of #CE5021
Black with #CE5021
Text Example
Text Example
White with #CE5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5021; }
p { color: rgb(206,80,33); }
H1.HeaderClassName
{
color: #CE5021;
}
.AnyTagClassName
{
color: #CE5021;
}
</style>
background-color css
<style>
a { background-color: #CE5021; }
a { background-color: rgb(206,80,33); }
div.DivClassName
{
background-color: #CE5021;
}
.BgClassName
{
background-color: #CE5021;
}
</style>
border-color css
<style>
span { border-color: #CE5021; }
span { border-color: rgb(206,80,33); }
td.TdClassName
{
border-color: #CE5021;
}
.TagClassName
{
border-color: #CE5021;
}
</style>