Shades of Trinidad #CE4C31
Tints of Trinidad #CE4C31
RGB
CMYK
RGB Variations
Color information
#CE4C31 (or 0xCE4C31) is known color: Trinidad. HEX triplet: CE, 4C and 31. RGB value is (206,76,49). Sum of RGB (Red+Green+Blue) = 206+76+49=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C31 is #31B3CE. Grayscale: #707070. Windows color (decimal): -3257295 or 3230926. OLE color: 3230926.
HSL color Cylindrical-coordinate representation of color #CE4C31: hue angle of 10.32º 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 #CE4C31 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 49 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.19 |
| HSL | 10.32º | 0.62% | 0.5% | - |
| HSV(B) | 10.32º | 0.76% | 0.81% | - |
| XYZ | 28.59 | 18.51 | 4.97 | - |
| YUV | 111.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 49 | 0 | 0.63 | 0.76 | 0.19 | 10.32 | 0.62 | 0.5 |
| Hex | CE | 4C | 31 | 0 | 3F | 4C | 13 | A | 3E | 32 |
| Octal | 316 | 114 | 61 | 0 | 77 | 114 | 23 | 12 | 76 | 62 |
| Binary | 11001110 | 1001100 | 110001 | 0 | 111111 | 1001100 | 10011 | 1010 | 111110 | 110010 |
Color Harmonies of #CE4C31
Complementary color
Monochromatic Colors of #CE4C31
Black with #CE4C31
Text Example
Text Example
White with #CE4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C31; }
p { color: rgb(206,76,49); }
H1.HeaderClassName
{
color: #CE4C31;
}
.AnyTagClassName
{
color: #CE4C31;
}
</style>
background-color css
<style>
a { background-color: #CE4C31; }
a { background-color: rgb(206,76,49); }
div.DivClassName
{
background-color: #CE4C31;
}
.BgClassName
{
background-color: #CE4C31;
}
</style>
border-color css
<style>
span { border-color: #CE4C31; }
span { border-color: rgb(206,76,49); }
td.TdClassName
{
border-color: #CE4C31;
}
.TagClassName
{
border-color: #CE4C31;
}
</style>