Shades of Trinidad #CE4D1F
Tints of Trinidad #CE4D1F
RGB
CMYK
RGB Variations
Color information
#CE4D1F (or 0xCE4D1F) is known color: Trinidad. HEX triplet: CE, 4D and 1F. RGB value is (206,77,31). Sum of RGB (Red+Green+Blue) = 206+77+31=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D1F is #31B2E0. Grayscale: #6E6E6E. Windows color (decimal): -3257057 or 2051534. OLE color: 2051534.
HSL color Cylindrical-coordinate representation of color #CE4D1F: hue angle of 15.77º 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 #CE4D1F is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 31 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.19 |
| HSL | 15.77º | 0.74% | 0.46% | - |
| HSV(B) | 15.77º | 0.85% | 0.81% | - |
| XYZ | 28.35 | 18.53 | 3.38 | - |
| YUV | 110.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 31 | 0 | 0.63 | 0.85 | 0.19 | 15.77 | 0.74 | 0.46 |
| Hex | CE | 4D | 1F | 0 | 3F | 55 | 13 | 10 | 4A | 2E |
| Octal | 316 | 115 | 37 | 0 | 77 | 125 | 23 | 20 | 112 | 56 |
| Binary | 11001110 | 1001101 | 11111 | 0 | 111111 | 1010101 | 10011 | 10000 | 1001010 | 101110 |
Color Harmonies of #CE4D1F
Complementary color
Monochromatic Colors of #CE4D1F
Black with #CE4D1F
Text Example
Text Example
White with #CE4D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D1F; }
p { color: rgb(206,77,31); }
H1.HeaderClassName
{
color: #CE4D1F;
}
.AnyTagClassName
{
color: #CE4D1F;
}
</style>
background-color css
<style>
a { background-color: #CE4D1F; }
a { background-color: rgb(206,77,31); }
div.DivClassName
{
background-color: #CE4D1F;
}
.BgClassName
{
background-color: #CE4D1F;
}
</style>
border-color css
<style>
span { border-color: #CE4D1F; }
span { border-color: rgb(206,77,31); }
td.TdClassName
{
border-color: #CE4D1F;
}
.TagClassName
{
border-color: #CE4D1F;
}
</style>