Shades of Trinidad #CE4C3A
Tints of Trinidad #CE4C3A
RGB
CMYK
RGB Variations
Color information
#CE4C3A (or 0xCE4C3A) is known color: Trinidad. HEX triplet: CE, 4C and 3A. RGB value is (206,76,58). Sum of RGB (Red+Green+Blue) = 206+76+58=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C3A is #31B3C5. Grayscale: #717171. Windows color (decimal): -3257286 or 3820750. OLE color: 3820750.
HSL color Cylindrical-coordinate representation of color #CE4C3A: hue angle of 7.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE4C3A is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 58 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.19 |
| HSL | 7.3º | 0.6% | 0.52% | - |
| HSV(B) | 7.3º | 0.72% | 0.81% | - |
| XYZ | 28.8 | 18.6 | 6.07 | - |
| YUV | 112.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 58 | 0 | 0.63 | 0.72 | 0.19 | 7.3 | 0.6 | 0.52 |
| Hex | CE | 4C | 3A | 0 | 3F | 48 | 13 | 7 | 3C | 34 |
| Octal | 316 | 114 | 72 | 0 | 77 | 110 | 23 | 7 | 74 | 64 |
| Binary | 11001110 | 1001100 | 111010 | 0 | 111111 | 1001000 | 10011 | 111 | 111100 | 110100 |
Color Harmonies of #CE4C3A
Complementary color
Monochromatic Colors of #CE4C3A
Black with #CE4C3A
Text Example
Text Example
White with #CE4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C3A; }
p { color: rgb(206,76,58); }
H1.HeaderClassName
{
color: #CE4C3A;
}
.AnyTagClassName
{
color: #CE4C3A;
}
</style>
background-color css
<style>
a { background-color: #CE4C3A; }
a { background-color: rgb(206,76,58); }
div.DivClassName
{
background-color: #CE4C3A;
}
.BgClassName
{
background-color: #CE4C3A;
}
</style>
border-color css
<style>
span { border-color: #CE4C3A; }
span { border-color: rgb(206,76,58); }
td.TdClassName
{
border-color: #CE4C3A;
}
.TagClassName
{
border-color: #CE4C3A;
}
</style>