Shades of Trinidad #CE4E1D
Tints of Trinidad #CE4E1D
RGB
CMYK
RGB Variations
Color information
#CE4E1D (or 0xCE4E1D) is known color: Trinidad. HEX triplet: CE, 4E and 1D. RGB value is (206,78,29). Sum of RGB (Red+Green+Blue) = 206+78+29=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E1D is #31B1E2. Grayscale: #6F6F6F. Windows color (decimal): -3256803 or 1920718. OLE color: 1920718.
HSL color Cylindrical-coordinate representation of color #CE4E1D: hue angle of 16.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE4E1D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.19 |
| HSL | 16.61º | 0.75% | 0.46% | - |
| HSV(B) | 16.61º | 0.86% | 0.81% | - |
| XYZ | 28.4 | 18.66 | 3.27 | - |
| YUV | 110.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 29 | 0 | 0.62 | 0.86 | 0.19 | 16.61 | 0.75 | 0.46 |
| Hex | CE | 4E | 1D | 0 | 3E | 56 | 13 | 11 | 4B | 2E |
| Octal | 316 | 116 | 35 | 0 | 76 | 126 | 23 | 21 | 113 | 56 |
| Binary | 11001110 | 1001110 | 11101 | 0 | 111110 | 1010110 | 10011 | 10001 | 1001011 | 101110 |
Color Harmonies of #CE4E1D
Complementary color
Monochromatic Colors of #CE4E1D
Black with #CE4E1D
Text Example
Text Example
White with #CE4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E1D; }
p { color: rgb(206,78,29); }
H1.HeaderClassName
{
color: #CE4E1D;
}
.AnyTagClassName
{
color: #CE4E1D;
}
</style>
background-color css
<style>
a { background-color: #CE4E1D; }
a { background-color: rgb(206,78,29); }
div.DivClassName
{
background-color: #CE4E1D;
}
.BgClassName
{
background-color: #CE4E1D;
}
</style>
border-color css
<style>
span { border-color: #CE4E1D; }
span { border-color: rgb(206,78,29); }
td.TdClassName
{
border-color: #CE4E1D;
}
.TagClassName
{
border-color: #CE4E1D;
}
</style>