Shades of Trinidad #CE4A38
Tints of Trinidad #CE4A38
RGB
CMYK
RGB Variations
Color information
#CE4A38 (or 0xCE4A38) is known color: Trinidad. HEX triplet: CE, 4A and 38. RGB value is (206,74,56). Sum of RGB (Red+Green+Blue) = 206+74+56=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A38 is #31B5C7. Grayscale: #6F6F6F. Windows color (decimal): -3257800 or 3689166. OLE color: 3689166.
HSL color Cylindrical-coordinate representation of color #CE4A38: hue angle of 7.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE4A38 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 56 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.19 |
| HSL | 7.2º | 0.6% | 0.51% | - |
| HSV(B) | 7.2º | 0.73% | 0.81% | - |
| XYZ | 28.62 | 18.3 | 5.77 | - |
| YUV | 111.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 56 | 0 | 0.64 | 0.73 | 0.19 | 7.2 | 0.6 | 0.51 |
| Hex | CE | 4A | 38 | 0 | 40 | 49 | 13 | 7 | 3C | 33 |
| Octal | 316 | 112 | 70 | 0 | 100 | 111 | 23 | 7 | 74 | 63 |
| Binary | 11001110 | 1001010 | 111000 | 0 | 1000000 | 1001001 | 10011 | 111 | 111100 | 110011 |
Color Harmonies of #CE4A38
Complementary color
Monochromatic Colors of #CE4A38
Black with #CE4A38
Text Example
Text Example
White with #CE4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A38; }
p { color: rgb(206,74,56); }
H1.HeaderClassName
{
color: #CE4A38;
}
.AnyTagClassName
{
color: #CE4A38;
}
</style>
background-color css
<style>
a { background-color: #CE4A38; }
a { background-color: rgb(206,74,56); }
div.DivClassName
{
background-color: #CE4A38;
}
.BgClassName
{
background-color: #CE4A38;
}
</style>
border-color css
<style>
span { border-color: #CE4A38; }
span { border-color: rgb(206,74,56); }
td.TdClassName
{
border-color: #CE4A38;
}
.TagClassName
{
border-color: #CE4A38;
}
</style>