Shades of Trinidad #CE4E21
Tints of Trinidad #CE4E21
RGB
CMYK
RGB Variations
Color information
#CE4E21 (or 0xCE4E21) is known color: Trinidad. HEX triplet: CE, 4E and 21. RGB value is (206,78,33). Sum of RGB (Red+Green+Blue) = 206+78+33=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E21 is #31B1DE. Grayscale: #6F6F6F. Windows color (decimal): -3256799 or 2182862. OLE color: 2182862.
HSL color Cylindrical-coordinate representation of color #CE4E21: hue angle of 15.61º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE4E21 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 33 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.19 |
| HSL | 15.61º | 0.72% | 0.47% | - |
| HSV(B) | 15.61º | 0.84% | 0.81% | - |
| XYZ | 28.45 | 18.68 | 3.54 | - |
| YUV | 111.14 | 83.91 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 33 | 0 | 0.62 | 0.84 | 0.19 | 15.61 | 0.72 | 0.47 |
| Hex | CE | 4E | 21 | 0 | 3E | 54 | 13 | 10 | 48 | 2F |
| Octal | 316 | 116 | 41 | 0 | 76 | 124 | 23 | 20 | 110 | 57 |
| Binary | 11001110 | 1001110 | 100001 | 0 | 111110 | 1010100 | 10011 | 10000 | 1001000 | 101111 |
Color Harmonies of #CE4E21
Complementary color
Monochromatic Colors of #CE4E21
Black with #CE4E21
Text Example
Text Example
White with #CE4E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E21; }
p { color: rgb(206,78,33); }
H1.HeaderClassName
{
color: #CE4E21;
}
.AnyTagClassName
{
color: #CE4E21;
}
</style>
background-color css
<style>
a { background-color: #CE4E21; }
a { background-color: rgb(206,78,33); }
div.DivClassName
{
background-color: #CE4E21;
}
.BgClassName
{
background-color: #CE4E21;
}
</style>
border-color css
<style>
span { border-color: #CE4E21; }
span { border-color: rgb(206,78,33); }
td.TdClassName
{
border-color: #CE4E21;
}
.TagClassName
{
border-color: #CE4E21;
}
</style>