Shades of Trinidad #CE4331
Tints of Trinidad #CE4331
RGB
CMYK
RGB Variations
Color information
#CE4331 (or 0xCE4331) is known color: Trinidad. HEX triplet: CE, 43 and 31. RGB value is (206,67,49). Sum of RGB (Red+Green+Blue) = 206+67+49=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4331 is #31BCCE. Grayscale: #6A6A6A. Windows color (decimal): -3259599 or 3228622. OLE color: 3228622.
HSL color Cylindrical-coordinate representation of color #CE4331: hue angle of 6.88º 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 #CE4331 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 49 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.19 |
| HSL | 6.88º | 0.62% | 0.5% | - |
| HSV(B) | 6.88º | 0.76% | 0.81% | - |
| XYZ | 28.02 | 17.36 | 4.78 | - |
| YUV | 106.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 49 | 0 | 0.67 | 0.76 | 0.19 | 6.88 | 0.62 | 0.5 |
| Hex | CE | 43 | 31 | 0 | 43 | 4C | 13 | 7 | 3E | 32 |
| Octal | 316 | 103 | 61 | 0 | 103 | 114 | 23 | 7 | 76 | 62 |
| Binary | 11001110 | 1000011 | 110001 | 0 | 1000011 | 1001100 | 10011 | 111 | 111110 | 110010 |
Color Harmonies of #CE4331
Complementary color
Monochromatic Colors of #CE4331
Black with #CE4331
Text Example
Text Example
White with #CE4331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4331; }
p { color: rgb(206,67,49); }
H1.HeaderClassName
{
color: #CE4331;
}
.AnyTagClassName
{
color: #CE4331;
}
</style>
background-color css
<style>
a { background-color: #CE4331; }
a { background-color: rgb(206,67,49); }
div.DivClassName
{
background-color: #CE4331;
}
.BgClassName
{
background-color: #CE4331;
}
</style>
border-color css
<style>
span { border-color: #CE4331; }
span { border-color: rgb(206,67,49); }
td.TdClassName
{
border-color: #CE4331;
}
.TagClassName
{
border-color: #CE4331;
}
</style>