Shades of Trinidad #CE503C
Tints of Trinidad #CE503C
RGB
CMYK
RGB Variations
Color information
#CE503C (or 0xCE503C) is known color: Trinidad. HEX triplet: CE, 50 and 3C. RGB value is (206,80,60). Sum of RGB (Red+Green+Blue) = 206+80+60=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE503C is #31AFC3. Grayscale: #737373. Windows color (decimal): -3256260 or 3952846. OLE color: 3952846.
HSL color Cylindrical-coordinate representation of color #CE503C: hue angle of 8.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE503C is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 60 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.19 |
| HSL | 8.22º | 0.6% | 0.52% | - |
| HSV(B) | 8.22º | 0.71% | 0.81% | - |
| XYZ | 29.14 | 19.19 | 6.44 | - |
| YUV | 115.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 60 | 0 | 0.61 | 0.71 | 0.19 | 8.22 | 0.6 | 0.52 |
| Hex | CE | 50 | 3C | 0 | 3D | 47 | 13 | 8 | 3C | 34 |
| Octal | 316 | 120 | 74 | 0 | 75 | 107 | 23 | 10 | 74 | 64 |
| Binary | 11001110 | 1010000 | 111100 | 0 | 111101 | 1000111 | 10011 | 1000 | 111100 | 110100 |
Color Harmonies of #CE503C
Complementary color
Monochromatic Colors of #CE503C
Black with #CE503C
Text Example
Text Example
White with #CE503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE503C; }
p { color: rgb(206,80,60); }
H1.HeaderClassName
{
color: #CE503C;
}
.AnyTagClassName
{
color: #CE503C;
}
</style>
background-color css
<style>
a { background-color: #CE503C; }
a { background-color: rgb(206,80,60); }
div.DivClassName
{
background-color: #CE503C;
}
.BgClassName
{
background-color: #CE503C;
}
</style>
border-color css
<style>
span { border-color: #CE503C; }
span { border-color: rgb(206,80,60); }
td.TdClassName
{
border-color: #CE503C;
}
.TagClassName
{
border-color: #CE503C;
}
</style>