Shades of Trinidad #CE5121
Tints of Trinidad #CE5121
RGB
CMYK
RGB Variations
Color information
#CE5121 (or 0xCE5121) is known color: Trinidad. HEX triplet: CE, 51 and 21. RGB value is (206,81,33). Sum of RGB (Red+Green+Blue) = 206+81+33=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5121 is #31AEDE. Grayscale: #717171. Windows color (decimal): -3256031 or 2183630. OLE color: 2183630.
HSL color Cylindrical-coordinate representation of color #CE5121: hue angle of 16.65º 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 #CE5121 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 33 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.19 |
| HSL | 16.65º | 0.72% | 0.47% | - |
| HSV(B) | 16.65º | 0.84% | 0.81% | - |
| XYZ | 28.67 | 19.12 | 3.62 | - |
| YUV | 112.9 | 82.91 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 33 | 0 | 0.61 | 0.84 | 0.19 | 16.65 | 0.72 | 0.47 |
| Hex | CE | 51 | 21 | 0 | 3D | 54 | 13 | 11 | 48 | 2F |
| Octal | 316 | 121 | 41 | 0 | 75 | 124 | 23 | 21 | 110 | 57 |
| Binary | 11001110 | 1010001 | 100001 | 0 | 111101 | 1010100 | 10011 | 10001 | 1001000 | 101111 |
Color Harmonies of #CE5121
Complementary color
Monochromatic Colors of #CE5121
Black with #CE5121
Text Example
Text Example
White with #CE5121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5121; }
p { color: rgb(206,81,33); }
H1.HeaderClassName
{
color: #CE5121;
}
.AnyTagClassName
{
color: #CE5121;
}
</style>
background-color css
<style>
a { background-color: #CE5121; }
a { background-color: rgb(206,81,33); }
div.DivClassName
{
background-color: #CE5121;
}
.BgClassName
{
background-color: #CE5121;
}
</style>
border-color css
<style>
span { border-color: #CE5121; }
span { border-color: rgb(206,81,33); }
td.TdClassName
{
border-color: #CE5121;
}
.TagClassName
{
border-color: #CE5121;
}
</style>