Shades of Trinidad #CE4A35
Tints of Trinidad #CE4A35
RGB
CMYK
RGB Variations
Color information
#CE4A35 (or 0xCE4A35) is known color: Trinidad. HEX triplet: CE, 4A and 35. RGB value is (206,74,53). Sum of RGB (Red+Green+Blue) = 206+74+53=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A35 is #31B5CA. Grayscale: #6F6F6F. Windows color (decimal): -3257803 or 3492558. OLE color: 3492558.
HSL color Cylindrical-coordinate representation of color #CE4A35: hue angle of 8.24º 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 #CE4A35 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 53 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.19 |
| HSL | 8.24º | 0.61% | 0.51% | - |
| HSV(B) | 8.24º | 0.74% | 0.81% | - |
| XYZ | 28.54 | 18.28 | 5.39 | - |
| YUV | 111.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 53 | 0 | 0.64 | 0.74 | 0.19 | 8.24 | 0.61 | 0.51 |
| Hex | CE | 4A | 35 | 0 | 40 | 4A | 13 | 8 | 3D | 33 |
| Octal | 316 | 112 | 65 | 0 | 100 | 112 | 23 | 10 | 75 | 63 |
| Binary | 11001110 | 1001010 | 110101 | 0 | 1000000 | 1001010 | 10011 | 1000 | 111101 | 110011 |
Color Harmonies of #CE4A35
Complementary color
Monochromatic Colors of #CE4A35
Black with #CE4A35
Text Example
Text Example
White with #CE4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A35; }
p { color: rgb(206,74,53); }
H1.HeaderClassName
{
color: #CE4A35;
}
.AnyTagClassName
{
color: #CE4A35;
}
</style>
background-color css
<style>
a { background-color: #CE4A35; }
a { background-color: rgb(206,74,53); }
div.DivClassName
{
background-color: #CE4A35;
}
.BgClassName
{
background-color: #CE4A35;
}
</style>
border-color css
<style>
span { border-color: #CE4A35; }
span { border-color: rgb(206,74,53); }
td.TdClassName
{
border-color: #CE4A35;
}
.TagClassName
{
border-color: #CE4A35;
}
</style>