Shades of Trinidad #CE4D29
Tints of Trinidad #CE4D29
RGB
CMYK
RGB Variations
Color information
#CE4D29 (or 0xCE4D29) is known color: Trinidad. HEX triplet: CE, 4D and 29. RGB value is (206,77,41). Sum of RGB (Red+Green+Blue) = 206+77+41=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D29 is #31B2D6. Grayscale: #6F6F6F. Windows color (decimal): -3257047 or 2706894. OLE color: 2706894.
HSL color Cylindrical-coordinate representation of color #CE4D29: hue angle of 13.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE4D29 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 41 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.19 |
| HSL | 13.09º | 0.67% | 0.48% | - |
| HSV(B) | 13.09º | 0.8% | 0.81% | - |
| XYZ | 28.51 | 18.59 | 4.18 | - |
| YUV | 111.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 41 | 0 | 0.63 | 0.80 | 0.19 | 13.09 | 0.67 | 0.48 |
| Hex | CE | 4D | 29 | 0 | 3F | 50 | 13 | D | 43 | 30 |
| Octal | 316 | 115 | 51 | 0 | 77 | 120 | 23 | 15 | 103 | 60 |
| Binary | 11001110 | 1001101 | 101001 | 0 | 111111 | 1010000 | 10011 | 1101 | 1000011 | 110000 |
Color Harmonies of #CE4D29
Complementary color
Monochromatic Colors of #CE4D29
Black with #CE4D29
Text Example
Text Example
White with #CE4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D29; }
p { color: rgb(206,77,41); }
H1.HeaderClassName
{
color: #CE4D29;
}
.AnyTagClassName
{
color: #CE4D29;
}
</style>
background-color css
<style>
a { background-color: #CE4D29; }
a { background-color: rgb(206,77,41); }
div.DivClassName
{
background-color: #CE4D29;
}
.BgClassName
{
background-color: #CE4D29;
}
</style>
border-color css
<style>
span { border-color: #CE4D29; }
span { border-color: rgb(206,77,41); }
td.TdClassName
{
border-color: #CE4D29;
}
.TagClassName
{
border-color: #CE4D29;
}
</style>