Shades of Trinidad #CE4F1E
Tints of Trinidad #CE4F1E
RGB
CMYK
RGB Variations
Color information
#CE4F1E (or 0xCE4F1E) is known color: Trinidad. HEX triplet: CE, 4F and 1E. RGB value is (206,79,30). Sum of RGB (Red+Green+Blue) = 206+79+30=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F1E is #31B0E1. Grayscale: #6F6F6F. Windows color (decimal): -3256546 or 1986510. OLE color: 1986510.
HSL color Cylindrical-coordinate representation of color #CE4F1E: hue angle of 16.7º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE4F1E is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 30 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.19 |
| HSL | 16.7º | 0.75% | 0.46% | - |
| HSV(B) | 16.7º | 0.85% | 0.81% | - |
| XYZ | 28.48 | 18.81 | 3.36 | - |
| YUV | 111.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 30 | 0 | 0.62 | 0.85 | 0.19 | 16.7 | 0.75 | 0.46 |
| Hex | CE | 4F | 1E | 0 | 3E | 55 | 13 | 11 | 4B | 2E |
| Octal | 316 | 117 | 36 | 0 | 76 | 125 | 23 | 21 | 113 | 56 |
| Binary | 11001110 | 1001111 | 11110 | 0 | 111110 | 1010101 | 10011 | 10001 | 1001011 | 101110 |
Color Harmonies of #CE4F1E
Complementary color
Monochromatic Colors of #CE4F1E
Black with #CE4F1E
Text Example
Text Example
White with #CE4F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F1E; }
p { color: rgb(206,79,30); }
H1.HeaderClassName
{
color: #CE4F1E;
}
.AnyTagClassName
{
color: #CE4F1E;
}
</style>
background-color css
<style>
a { background-color: #CE4F1E; }
a { background-color: rgb(206,79,30); }
div.DivClassName
{
background-color: #CE4F1E;
}
.BgClassName
{
background-color: #CE4F1E;
}
</style>
border-color css
<style>
span { border-color: #CE4F1E; }
span { border-color: rgb(206,79,30); }
td.TdClassName
{
border-color: #CE4F1E;
}
.TagClassName
{
border-color: #CE4F1E;
}
</style>