Shades of Trinidad #CE4F31
Tints of Trinidad #CE4F31
RGB
CMYK
RGB Variations
Color information
#CE4F31 (or 0xCE4F31) is known color: Trinidad. HEX triplet: CE, 4F and 31. RGB value is (206,79,49). Sum of RGB (Red+Green+Blue) = 206+79+49=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F31 is #31B0CE. Grayscale: #717171. Windows color (decimal): -3256527 or 3231694. OLE color: 3231694.
HSL color Cylindrical-coordinate representation of color #CE4F31: hue angle of 11.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE4F31 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 49 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.19 |
| HSL | 11.46º | 0.62% | 0.5% | - |
| HSV(B) | 11.46º | 0.76% | 0.81% | - |
| XYZ | 28.8 | 18.94 | 5.04 | - |
| YUV | 113.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 49 | 0 | 0.62 | 0.76 | 0.19 | 11.46 | 0.62 | 0.5 |
| Hex | CE | 4F | 31 | 0 | 3E | 4C | 13 | B | 3E | 32 |
| Octal | 316 | 117 | 61 | 0 | 76 | 114 | 23 | 13 | 76 | 62 |
| Binary | 11001110 | 1001111 | 110001 | 0 | 111110 | 1001100 | 10011 | 1011 | 111110 | 110010 |
Color Harmonies of #CE4F31
Complementary color
Monochromatic Colors of #CE4F31
Black with #CE4F31
Text Example
Text Example
White with #CE4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F31; }
p { color: rgb(206,79,49); }
H1.HeaderClassName
{
color: #CE4F31;
}
.AnyTagClassName
{
color: #CE4F31;
}
</style>
background-color css
<style>
a { background-color: #CE4F31; }
a { background-color: rgb(206,79,49); }
div.DivClassName
{
background-color: #CE4F31;
}
.BgClassName
{
background-color: #CE4F31;
}
</style>
border-color css
<style>
span { border-color: #CE4F31; }
span { border-color: rgb(206,79,49); }
td.TdClassName
{
border-color: #CE4F31;
}
.TagClassName
{
border-color: #CE4F31;
}
</style>