Shades of Trinidad #CE4736
Tints of Trinidad #CE4736
RGB
CMYK
RGB Variations
Color information
#CE4736 (or 0xCE4736) is known color: Trinidad. HEX triplet: CE, 47 and 36. RGB value is (206,71,54). Sum of RGB (Red+Green+Blue) = 206+71+54=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4736 is #31B8C9. Grayscale: #6D6D6D. Windows color (decimal): -3258570 or 3557326. OLE color: 3557326.
HSL color Cylindrical-coordinate representation of color #CE4736: hue angle of 6.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE4736 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 54 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.19 |
| HSL | 6.71º | 0.61% | 0.51% | - |
| HSV(B) | 6.71º | 0.74% | 0.81% | - |
| XYZ | 28.37 | 17.89 | 5.45 | - |
| YUV | 109.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 54 | 0 | 0.66 | 0.74 | 0.19 | 6.71 | 0.61 | 0.51 |
| Hex | CE | 47 | 36 | 0 | 42 | 4A | 13 | 7 | 3D | 33 |
| Octal | 316 | 107 | 66 | 0 | 102 | 112 | 23 | 7 | 75 | 63 |
| Binary | 11001110 | 1000111 | 110110 | 0 | 1000010 | 1001010 | 10011 | 111 | 111101 | 110011 |
Color Harmonies of #CE4736
Complementary color
Monochromatic Colors of #CE4736
Black with #CE4736
Text Example
Text Example
White with #CE4736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4736; }
p { color: rgb(206,71,54); }
H1.HeaderClassName
{
color: #CE4736;
}
.AnyTagClassName
{
color: #CE4736;
}
</style>
background-color css
<style>
a { background-color: #CE4736; }
a { background-color: rgb(206,71,54); }
div.DivClassName
{
background-color: #CE4736;
}
.BgClassName
{
background-color: #CE4736;
}
</style>
border-color css
<style>
span { border-color: #CE4736; }
span { border-color: rgb(206,71,54); }
td.TdClassName
{
border-color: #CE4736;
}
.TagClassName
{
border-color: #CE4736;
}
</style>