Shades of Trinidad #CE4D39
Tints of Trinidad #CE4D39
RGB
CMYK
RGB Variations
Color information
#CE4D39 (or 0xCE4D39) is known color: Trinidad. HEX triplet: CE, 4D and 39. RGB value is (206,77,57). Sum of RGB (Red+Green+Blue) = 206+77+57=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D39 is #31B2C6. Grayscale: #717171. Windows color (decimal): -3257031 or 3755470. OLE color: 3755470.
HSL color Cylindrical-coordinate representation of color #CE4D39: hue angle of 8.05º 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 #CE4D39 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 57 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.19 |
| HSL | 8.05º | 0.6% | 0.52% | - |
| HSV(B) | 8.05º | 0.72% | 0.81% | - |
| XYZ | 28.85 | 18.72 | 5.96 | - |
| YUV | 113.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 57 | 0 | 0.63 | 0.72 | 0.19 | 8.05 | 0.6 | 0.52 |
| Hex | CE | 4D | 39 | 0 | 3F | 48 | 13 | 8 | 3C | 34 |
| Octal | 316 | 115 | 71 | 0 | 77 | 110 | 23 | 10 | 74 | 64 |
| Binary | 11001110 | 1001101 | 111001 | 0 | 111111 | 1001000 | 10011 | 1000 | 111100 | 110100 |
Color Harmonies of #CE4D39
Complementary color
Monochromatic Colors of #CE4D39
Black with #CE4D39
Text Example
Text Example
White with #CE4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D39; }
p { color: rgb(206,77,57); }
H1.HeaderClassName
{
color: #CE4D39;
}
.AnyTagClassName
{
color: #CE4D39;
}
</style>
background-color css
<style>
a { background-color: #CE4D39; }
a { background-color: rgb(206,77,57); }
div.DivClassName
{
background-color: #CE4D39;
}
.BgClassName
{
background-color: #CE4D39;
}
</style>
border-color css
<style>
span { border-color: #CE4D39; }
span { border-color: rgb(206,77,57); }
td.TdClassName
{
border-color: #CE4D39;
}
.TagClassName
{
border-color: #CE4D39;
}
</style>