Shades of Trinidad #CE502F
Tints of Trinidad #CE502F
RGB
CMYK
RGB Variations
Color information
#CE502F (or 0xCE502F) is known color: Trinidad. HEX triplet: CE, 50 and 2F. RGB value is (206,80,47). Sum of RGB (Red+Green+Blue) = 206+80+47=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE502F is #31AFD0. Grayscale: #727272. Windows color (decimal): -3256273 or 3100878. OLE color: 3100878.
HSL color Cylindrical-coordinate representation of color #CE502F: hue angle of 12.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE502F is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 47 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.19 |
| HSL | 12.45º | 0.63% | 0.5% | - |
| HSV(B) | 12.45º | 0.77% | 0.81% | - |
| XYZ | 28.84 | 19.06 | 4.85 | - |
| YUV | 113.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 47 | 0 | 0.61 | 0.77 | 0.19 | 12.45 | 0.63 | 0.5 |
| Hex | CE | 50 | 2F | 0 | 3D | 4D | 13 | C | 3F | 32 |
| Octal | 316 | 120 | 57 | 0 | 75 | 115 | 23 | 14 | 77 | 62 |
| Binary | 11001110 | 1010000 | 101111 | 0 | 111101 | 1001101 | 10011 | 1100 | 111111 | 110010 |
Color Harmonies of #CE502F
Complementary color
Monochromatic Colors of #CE502F
Black with #CE502F
Text Example
Text Example
White with #CE502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE502F; }
p { color: rgb(206,80,47); }
H1.HeaderClassName
{
color: #CE502F;
}
.AnyTagClassName
{
color: #CE502F;
}
</style>
background-color css
<style>
a { background-color: #CE502F; }
a { background-color: rgb(206,80,47); }
div.DivClassName
{
background-color: #CE502F;
}
.BgClassName
{
background-color: #CE502F;
}
</style>
border-color css
<style>
span { border-color: #CE502F; }
span { border-color: rgb(206,80,47); }
td.TdClassName
{
border-color: #CE502F;
}
.TagClassName
{
border-color: #CE502F;
}
</style>