Shades of Trinidad #CE4C30
Tints of Trinidad #CE4C30
RGB
CMYK
RGB Variations
Color information
#CE4C30 (or 0xCE4C30) is known color: Trinidad. HEX triplet: CE, 4C and 30. RGB value is (206,76,48). Sum of RGB (Red+Green+Blue) = 206+76+48=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C30 is #31B3CF. Grayscale: #6F6F6F. Windows color (decimal): -3257296 or 3165390. OLE color: 3165390.
HSL color Cylindrical-coordinate representation of color #CE4C30: hue angle of 10.63º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE4C30 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 48 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.19 |
| HSL | 10.63º | 0.62% | 0.5% | - |
| HSV(B) | 10.63º | 0.77% | 0.81% | - |
| XYZ | 28.57 | 18.5 | 4.86 | - |
| YUV | 111.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 48 | 0 | 0.63 | 0.77 | 0.19 | 10.63 | 0.62 | 0.5 |
| Hex | CE | 4C | 30 | 0 | 3F | 4D | 13 | B | 3E | 32 |
| Octal | 316 | 114 | 60 | 0 | 77 | 115 | 23 | 13 | 76 | 62 |
| Binary | 11001110 | 1001100 | 110000 | 0 | 111111 | 1001101 | 10011 | 1011 | 111110 | 110010 |
Color Harmonies of #CE4C30
Complementary color
Monochromatic Colors of #CE4C30
Black with #CE4C30
Text Example
Text Example
White with #CE4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C30; }
p { color: rgb(206,76,48); }
H1.HeaderClassName
{
color: #CE4C30;
}
.AnyTagClassName
{
color: #CE4C30;
}
</style>
background-color css
<style>
a { background-color: #CE4C30; }
a { background-color: rgb(206,76,48); }
div.DivClassName
{
background-color: #CE4C30;
}
.BgClassName
{
background-color: #CE4C30;
}
</style>
border-color css
<style>
span { border-color: #CE4C30; }
span { border-color: rgb(206,76,48); }
td.TdClassName
{
border-color: #CE4C30;
}
.TagClassName
{
border-color: #CE4C30;
}
</style>