Shades of Trinidad #CE412C
Tints of Trinidad #CE412C
RGB
CMYK
RGB Variations
Color information
#CE412C (or 0xCE412C) is known color: Trinidad. HEX triplet: CE, 41 and 2C. RGB value is (206,65,44). Sum of RGB (Red+Green+Blue) = 206+65+44=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE412C is #31BED3. Grayscale: #686868. Windows color (decimal): -3260116 or 2900430. OLE color: 2900430.
HSL color Cylindrical-coordinate representation of color #CE412C: hue angle of 7.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE412C is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 44 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.19 |
| HSL | 7.78º | 0.65% | 0.49% | - |
| HSV(B) | 7.78º | 0.79% | 0.81% | - |
| XYZ | 27.8 | 17.08 | 4.22 | - |
| YUV | 104.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 44 | 0 | 0.68 | 0.79 | 0.19 | 7.78 | 0.65 | 0.49 |
| Hex | CE | 41 | 2C | 0 | 44 | 4F | 13 | 8 | 41 | 31 |
| Octal | 316 | 101 | 54 | 0 | 104 | 117 | 23 | 10 | 101 | 61 |
| Binary | 11001110 | 1000001 | 101100 | 0 | 1000100 | 1001111 | 10011 | 1000 | 1000001 | 110001 |
Color Harmonies of #CE412C
Complementary color
Monochromatic Colors of #CE412C
Black with #CE412C
Text Example
Text Example
White with #CE412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE412C; }
p { color: rgb(206,65,44); }
H1.HeaderClassName
{
color: #CE412C;
}
.AnyTagClassName
{
color: #CE412C;
}
</style>
background-color css
<style>
a { background-color: #CE412C; }
a { background-color: rgb(206,65,44); }
div.DivClassName
{
background-color: #CE412C;
}
.BgClassName
{
background-color: #CE412C;
}
</style>
border-color css
<style>
span { border-color: #CE412C; }
span { border-color: rgb(206,65,44); }
td.TdClassName
{
border-color: #CE412C;
}
.TagClassName
{
border-color: #CE412C;
}
</style>