Shades of Trinidad #CE4D1D
Tints of Trinidad #CE4D1D
RGB
CMYK
RGB Variations
Color information
#CE4D1D (or 0xCE4D1D) is known color: Trinidad. HEX triplet: CE, 4D and 1D. RGB value is (206,77,29). Sum of RGB (Red+Green+Blue) = 206+77+29=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D1D is #31B2E2. Grayscale: #6E6E6E. Windows color (decimal): -3257059 or 1920462. OLE color: 1920462.
HSL color Cylindrical-coordinate representation of color #CE4D1D: hue angle of 16.27º 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 #CE4D1D is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 29 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.19 |
| HSL | 16.27º | 0.75% | 0.46% | - |
| HSV(B) | 16.27º | 0.86% | 0.81% | - |
| XYZ | 28.33 | 18.52 | 3.24 | - |
| YUV | 110.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 29 | 0 | 0.63 | 0.86 | 0.19 | 16.27 | 0.75 | 0.46 |
| Hex | CE | 4D | 1D | 0 | 3F | 56 | 13 | 10 | 4B | 2E |
| Octal | 316 | 115 | 35 | 0 | 77 | 126 | 23 | 20 | 113 | 56 |
| Binary | 11001110 | 1001101 | 11101 | 0 | 111111 | 1010110 | 10011 | 10000 | 1001011 | 101110 |
Color Harmonies of #CE4D1D
Complementary color
Monochromatic Colors of #CE4D1D
Black with #CE4D1D
Text Example
Text Example
White with #CE4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D1D; }
p { color: rgb(206,77,29); }
H1.HeaderClassName
{
color: #CE4D1D;
}
.AnyTagClassName
{
color: #CE4D1D;
}
</style>
background-color css
<style>
a { background-color: #CE4D1D; }
a { background-color: rgb(206,77,29); }
div.DivClassName
{
background-color: #CE4D1D;
}
.BgClassName
{
background-color: #CE4D1D;
}
</style>
border-color css
<style>
span { border-color: #CE4D1D; }
span { border-color: rgb(206,77,29); }
td.TdClassName
{
border-color: #CE4D1D;
}
.TagClassName
{
border-color: #CE4D1D;
}
</style>