Shades of Trinidad #CE5235
Tints of Trinidad #CE5235
RGB
CMYK
RGB Variations
Color information
#CE5235 (or 0xCE5235) is known color: Trinidad. HEX triplet: CE, 52 and 35. RGB value is (206,82,53). Sum of RGB (Red+Green+Blue) = 206+82+53=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5235 is #31ADCA. Grayscale: #747474. Windows color (decimal): -3255755 or 3494606. OLE color: 3494606.
HSL color Cylindrical-coordinate representation of color #CE5235: hue angle of 11.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE5235 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 53 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.19 |
| HSL | 11.37º | 0.61% | 0.51% | - |
| HSV(B) | 11.37º | 0.74% | 0.81% | - |
| XYZ | 29.11 | 19.41 | 5.58 | - |
| YUV | 115.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 53 | 0 | 0.60 | 0.74 | 0.19 | 11.37 | 0.61 | 0.51 |
| Hex | CE | 52 | 35 | 0 | 3C | 4A | 13 | B | 3D | 33 |
| Octal | 316 | 122 | 65 | 0 | 74 | 112 | 23 | 13 | 75 | 63 |
| Binary | 11001110 | 1010010 | 110101 | 0 | 111100 | 1001010 | 10011 | 1011 | 111101 | 110011 |
Color Harmonies of #CE5235
Complementary color
Monochromatic Colors of #CE5235
Black with #CE5235
Text Example
Text Example
White with #CE5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5235; }
p { color: rgb(206,82,53); }
H1.HeaderClassName
{
color: #CE5235;
}
.AnyTagClassName
{
color: #CE5235;
}
</style>
background-color css
<style>
a { background-color: #CE5235; }
a { background-color: rgb(206,82,53); }
div.DivClassName
{
background-color: #CE5235;
}
.BgClassName
{
background-color: #CE5235;
}
</style>
border-color css
<style>
span { border-color: #CE5235; }
span { border-color: rgb(206,82,53); }
td.TdClassName
{
border-color: #CE5235;
}
.TagClassName
{
border-color: #CE5235;
}
</style>