Shades of Trinidad #CE4C2E
Tints of Trinidad #CE4C2E
RGB
CMYK
RGB Variations
Color information
#CE4C2E (or 0xCE4C2E) is known color: Trinidad. HEX triplet: CE, 4C and 2E. RGB value is (206,76,46). Sum of RGB (Red+Green+Blue) = 206+76+46=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C2E is #31B3D1. Grayscale: #6F6F6F. Windows color (decimal): -3257298 or 3034318. OLE color: 3034318.
HSL color Cylindrical-coordinate representation of color #CE4C2E: hue angle of 11.25º degrees, saturation: 0.63, 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 #CE4C2E is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 46 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.19 |
| HSL | 11.25º | 0.63% | 0.49% | - |
| HSV(B) | 11.25º | 0.78% | 0.81% | - |
| XYZ | 28.53 | 18.49 | 4.65 | - |
| YUV | 111.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 46 | 0 | 0.63 | 0.78 | 0.19 | 11.25 | 0.63 | 0.49 |
| Hex | CE | 4C | 2E | 0 | 3F | 4E | 13 | B | 3F | 31 |
| Octal | 316 | 114 | 56 | 0 | 77 | 116 | 23 | 13 | 77 | 61 |
| Binary | 11001110 | 1001100 | 101110 | 0 | 111111 | 1001110 | 10011 | 1011 | 111111 | 110001 |
Color Harmonies of #CE4C2E
Complementary color
Monochromatic Colors of #CE4C2E
Black with #CE4C2E
Text Example
Text Example
White with #CE4C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C2E; }
p { color: rgb(206,76,46); }
H1.HeaderClassName
{
color: #CE4C2E;
}
.AnyTagClassName
{
color: #CE4C2E;
}
</style>
background-color css
<style>
a { background-color: #CE4C2E; }
a { background-color: rgb(206,76,46); }
div.DivClassName
{
background-color: #CE4C2E;
}
.BgClassName
{
background-color: #CE4C2E;
}
</style>
border-color css
<style>
span { border-color: #CE4C2E; }
span { border-color: rgb(206,76,46); }
td.TdClassName
{
border-color: #CE4C2E;
}
.TagClassName
{
border-color: #CE4C2E;
}
</style>