Shades of Trinidad #CE4D1A
Tints of Trinidad #CE4D1A
RGB
CMYK
RGB Variations
Color information
#CE4D1A (or 0xCE4D1A) is known color: Trinidad. HEX triplet: CE, 4D and 1A. RGB value is (206,77,26). Sum of RGB (Red+Green+Blue) = 206+77+26=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D1A is #31B2E5. Grayscale: #6E6E6E. Windows color (decimal): -3257062 or 1723854. OLE color: 1723854.
HSL color Cylindrical-coordinate representation of color #CE4D1A: hue angle of 17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE4D1A is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 26 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.19 |
| HSL | 17º | 0.78% | 0.45% | - |
| HSV(B) | 17º | 0.87% | 0.81% | - |
| XYZ | 28.29 | 18.5 | 3.06 | - |
| YUV | 109.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 26 | 0 | 0.63 | 0.87 | 0.19 | 17 | 0.78 | 0.45 |
| Hex | CE | 4D | 1A | 0 | 3F | 57 | 13 | 11 | 4E | 2D |
| Octal | 316 | 115 | 32 | 0 | 77 | 127 | 23 | 21 | 116 | 55 |
| Binary | 11001110 | 1001101 | 11010 | 0 | 111111 | 1010111 | 10011 | 10001 | 1001110 | 101101 |
Color Harmonies of #CE4D1A
Complementary color
Monochromatic Colors of #CE4D1A
Black with #CE4D1A
Text Example
Text Example
White with #CE4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D1A; }
p { color: rgb(206,77,26); }
H1.HeaderClassName
{
color: #CE4D1A;
}
.AnyTagClassName
{
color: #CE4D1A;
}
</style>
background-color css
<style>
a { background-color: #CE4D1A; }
a { background-color: rgb(206,77,26); }
div.DivClassName
{
background-color: #CE4D1A;
}
.BgClassName
{
background-color: #CE4D1A;
}
</style>
border-color css
<style>
span { border-color: #CE4D1A; }
span { border-color: rgb(206,77,26); }
td.TdClassName
{
border-color: #CE4D1A;
}
.TagClassName
{
border-color: #CE4D1A;
}
</style>