Shades of Trinidad #CE532D
Tints of Trinidad #CE532D
RGB
CMYK
RGB Variations
Color information
#CE532D (or 0xCE532D) is known color: Trinidad. HEX triplet: CE, 53 and 2D. RGB value is (206,83,45). Sum of RGB (Red+Green+Blue) = 206+83+45=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE532D is #31ACD2. Grayscale: #737373. Windows color (decimal): -3255507 or 2970574. OLE color: 2970574.
HSL color Cylindrical-coordinate representation of color #CE532D: hue angle of 14.16º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE532D is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 45 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.19 |
| HSL | 14.16º | 0.64% | 0.49% | - |
| HSV(B) | 14.16º | 0.78% | 0.81% | - |
| XYZ | 29.02 | 19.5 | 4.72 | - |
| YUV | 115.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 45 | 0 | 0.60 | 0.78 | 0.19 | 14.16 | 0.64 | 0.49 |
| Hex | CE | 53 | 2D | 0 | 3C | 4E | 13 | E | 40 | 31 |
| Octal | 316 | 123 | 55 | 0 | 74 | 116 | 23 | 16 | 100 | 61 |
| Binary | 11001110 | 1010011 | 101101 | 0 | 111100 | 1001110 | 10011 | 1110 | 1000000 | 110001 |
Color Harmonies of #CE532D
Complementary color
Monochromatic Colors of #CE532D
Black with #CE532D
Text Example
Text Example
White with #CE532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE532D; }
p { color: rgb(206,83,45); }
H1.HeaderClassName
{
color: #CE532D;
}
.AnyTagClassName
{
color: #CE532D;
}
</style>
background-color css
<style>
a { background-color: #CE532D; }
a { background-color: rgb(206,83,45); }
div.DivClassName
{
background-color: #CE532D;
}
.BgClassName
{
background-color: #CE532D;
}
</style>
border-color css
<style>
span { border-color: #CE532D; }
span { border-color: rgb(206,83,45); }
td.TdClassName
{
border-color: #CE532D;
}
.TagClassName
{
border-color: #CE532D;
}
</style>