Shades of Trinidad #CE422D
Tints of Trinidad #CE422D
RGB
CMYK
RGB Variations
Color information
#CE422D (or 0xCE422D) is known color: Trinidad. HEX triplet: CE, 42 and 2D. RGB value is (206,66,45). Sum of RGB (Red+Green+Blue) = 206+66+45=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE422D is #31BDD2. Grayscale: #696969. Windows color (decimal): -3259859 or 2966222. OLE color: 2966222.
HSL color Cylindrical-coordinate representation of color #CE422D: hue angle of 7.83º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE422D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 45 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.19 |
| HSL | 7.83º | 0.64% | 0.49% | - |
| HSV(B) | 7.83º | 0.78% | 0.81% | - |
| XYZ | 27.88 | 17.21 | 4.33 | - |
| YUV | 105.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 45 | 0 | 0.68 | 0.78 | 0.19 | 7.83 | 0.64 | 0.49 |
| Hex | CE | 42 | 2D | 0 | 44 | 4E | 13 | 8 | 40 | 31 |
| Octal | 316 | 102 | 55 | 0 | 104 | 116 | 23 | 10 | 100 | 61 |
| Binary | 11001110 | 1000010 | 101101 | 0 | 1000100 | 1001110 | 10011 | 1000 | 1000000 | 110001 |
Color Harmonies of #CE422D
Complementary color
Monochromatic Colors of #CE422D
Black with #CE422D
Text Example
Text Example
White with #CE422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE422D; }
p { color: rgb(206,66,45); }
H1.HeaderClassName
{
color: #CE422D;
}
.AnyTagClassName
{
color: #CE422D;
}
</style>
background-color css
<style>
a { background-color: #CE422D; }
a { background-color: rgb(206,66,45); }
div.DivClassName
{
background-color: #CE422D;
}
.BgClassName
{
background-color: #CE422D;
}
</style>
border-color css
<style>
span { border-color: #CE422D; }
span { border-color: rgb(206,66,45); }
td.TdClassName
{
border-color: #CE422D;
}
.TagClassName
{
border-color: #CE422D;
}
</style>