Shades of Trinidad #CE4C34
Tints of Trinidad #CE4C34
RGB
CMYK
RGB Variations
Color information
#CE4C34 (or 0xCE4C34) is known color: Trinidad. HEX triplet: CE, 4C and 34. RGB value is (206,76,52). Sum of RGB (Red+Green+Blue) = 206+76+52=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C34 is #31B3CB. Grayscale: #707070. Windows color (decimal): -3257292 or 3427534. OLE color: 3427534.
HSL color Cylindrical-coordinate representation of color #CE4C34: hue angle of 9.35º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE4C34 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 52 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.19 |
| HSL | 9.35º | 0.61% | 0.51% | - |
| HSV(B) | 9.35º | 0.75% | 0.81% | - |
| XYZ | 28.66 | 18.54 | 5.32 | - |
| YUV | 112.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 52 | 0 | 0.63 | 0.75 | 0.19 | 9.35 | 0.61 | 0.51 |
| Hex | CE | 4C | 34 | 0 | 3F | 4B | 13 | 9 | 3D | 33 |
| Octal | 316 | 114 | 64 | 0 | 77 | 113 | 23 | 11 | 75 | 63 |
| Binary | 11001110 | 1001100 | 110100 | 0 | 111111 | 1001011 | 10011 | 1001 | 111101 | 110011 |
Color Harmonies of #CE4C34
Complementary color
Monochromatic Colors of #CE4C34
Black with #CE4C34
Text Example
Text Example
White with #CE4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C34; }
p { color: rgb(206,76,52); }
H1.HeaderClassName
{
color: #CE4C34;
}
.AnyTagClassName
{
color: #CE4C34;
}
</style>
background-color css
<style>
a { background-color: #CE4C34; }
a { background-color: rgb(206,76,52); }
div.DivClassName
{
background-color: #CE4C34;
}
.BgClassName
{
background-color: #CE4C34;
}
</style>
border-color css
<style>
span { border-color: #CE4C34; }
span { border-color: rgb(206,76,52); }
td.TdClassName
{
border-color: #CE4C34;
}
.TagClassName
{
border-color: #CE4C34;
}
</style>