Shades of Trinidad #CE501F
Tints of Trinidad #CE501F
RGB
CMYK
RGB Variations
Color information
#CE501F (or 0xCE501F) is known color: Trinidad. HEX triplet: CE, 50 and 1F. RGB value is (206,80,31). Sum of RGB (Red+Green+Blue) = 206+80+31=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE501F is #31AFE0. Grayscale: #707070. Windows color (decimal): -3256289 or 2052302. OLE color: 2052302.
HSL color Cylindrical-coordinate representation of color #CE501F: hue angle of 16.8º degrees, saturation: 0.74, 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 #CE501F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 31 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.19 |
| HSL | 16.8º | 0.74% | 0.46% | - |
| HSV(B) | 16.8º | 0.85% | 0.81% | - |
| XYZ | 28.57 | 18.96 | 3.45 | - |
| YUV | 112.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 31 | 0 | 0.61 | 0.85 | 0.19 | 16.8 | 0.74 | 0.46 |
| Hex | CE | 50 | 1F | 0 | 3D | 55 | 13 | 11 | 4A | 2E |
| Octal | 316 | 120 | 37 | 0 | 75 | 125 | 23 | 21 | 112 | 56 |
| Binary | 11001110 | 1010000 | 11111 | 0 | 111101 | 1010101 | 10011 | 10001 | 1001010 | 101110 |
Color Harmonies of #CE501F
Complementary color
Monochromatic Colors of #CE501F
Black with #CE501F
Text Example
Text Example
White with #CE501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE501F; }
p { color: rgb(206,80,31); }
H1.HeaderClassName
{
color: #CE501F;
}
.AnyTagClassName
{
color: #CE501F;
}
</style>
background-color css
<style>
a { background-color: #CE501F; }
a { background-color: rgb(206,80,31); }
div.DivClassName
{
background-color: #CE501F;
}
.BgClassName
{
background-color: #CE501F;
}
</style>
border-color css
<style>
span { border-color: #CE501F; }
span { border-color: rgb(206,80,31); }
td.TdClassName
{
border-color: #CE501F;
}
.TagClassName
{
border-color: #CE501F;
}
</style>