Shades of Trinidad #CE4E30
Tints of Trinidad #CE4E30
RGB
CMYK
RGB Variations
Color information
#CE4E30 (or 0xCE4E30) is known color: Trinidad. HEX triplet: CE, 4E and 30. RGB value is (206,78,48). Sum of RGB (Red+Green+Blue) = 206+78+48=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E30 is #31B1CF. Grayscale: #717171. Windows color (decimal): -3256784 or 3165902. OLE color: 3165902.
HSL color Cylindrical-coordinate representation of color #CE4E30: hue angle of 11.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE4E30 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 48 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.19 |
| HSL | 11.39º | 0.62% | 0.5% | - |
| HSV(B) | 11.39º | 0.77% | 0.81% | - |
| XYZ | 28.71 | 18.78 | 4.91 | - |
| YUV | 112.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 48 | 0 | 0.62 | 0.77 | 0.19 | 11.39 | 0.62 | 0.5 |
| Hex | CE | 4E | 30 | 0 | 3E | 4D | 13 | B | 3E | 32 |
| Octal | 316 | 116 | 60 | 0 | 76 | 115 | 23 | 13 | 76 | 62 |
| Binary | 11001110 | 1001110 | 110000 | 0 | 111110 | 1001101 | 10011 | 1011 | 111110 | 110010 |
Color Harmonies of #CE4E30
Complementary color
Monochromatic Colors of #CE4E30
Black with #CE4E30
Text Example
Text Example
White with #CE4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E30; }
p { color: rgb(206,78,48); }
H1.HeaderClassName
{
color: #CE4E30;
}
.AnyTagClassName
{
color: #CE4E30;
}
</style>
background-color css
<style>
a { background-color: #CE4E30; }
a { background-color: rgb(206,78,48); }
div.DivClassName
{
background-color: #CE4E30;
}
.BgClassName
{
background-color: #CE4E30;
}
</style>
border-color css
<style>
span { border-color: #CE4E30; }
span { border-color: rgb(206,78,48); }
td.TdClassName
{
border-color: #CE4E30;
}
.TagClassName
{
border-color: #CE4E30;
}
</style>