Shades of Trinidad #CE4333
Tints of Trinidad #CE4333
RGB
CMYK
RGB Variations
Color information
#CE4333 (or 0xCE4333) is known color: Trinidad. HEX triplet: CE, 43 and 33. RGB value is (206,67,51). Sum of RGB (Red+Green+Blue) = 206+67+51=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4333 is #31BCCC. Grayscale: #6A6A6A. Windows color (decimal): -3259597 or 3359694. OLE color: 3359694.
HSL color Cylindrical-coordinate representation of color #CE4333: hue angle of 6.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE4333 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 51 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.19 |
| HSL | 6.19º | 0.61% | 0.5% | - |
| HSV(B) | 6.19º | 0.75% | 0.81% | - |
| XYZ | 28.06 | 17.38 | 5.01 | - |
| YUV | 106.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 51 | 0 | 0.67 | 0.75 | 0.19 | 6.19 | 0.61 | 0.5 |
| Hex | CE | 43 | 33 | 0 | 43 | 4B | 13 | 6 | 3D | 32 |
| Octal | 316 | 103 | 63 | 0 | 103 | 113 | 23 | 6 | 75 | 62 |
| Binary | 11001110 | 1000011 | 110011 | 0 | 1000011 | 1001011 | 10011 | 110 | 111101 | 110010 |
Color Harmonies of #CE4333
Complementary color
Monochromatic Colors of #CE4333
Black with #CE4333
Text Example
Text Example
White with #CE4333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4333; }
p { color: rgb(206,67,51); }
H1.HeaderClassName
{
color: #CE4333;
}
.AnyTagClassName
{
color: #CE4333;
}
</style>
background-color css
<style>
a { background-color: #CE4333; }
a { background-color: rgb(206,67,51); }
div.DivClassName
{
background-color: #CE4333;
}
.BgClassName
{
background-color: #CE4333;
}
</style>
border-color css
<style>
span { border-color: #CE4333; }
span { border-color: rgb(206,67,51); }
td.TdClassName
{
border-color: #CE4333;
}
.TagClassName
{
border-color: #CE4333;
}
</style>