Shades of Trinidad #CE4A1F
Tints of Trinidad #CE4A1F
RGB
CMYK
RGB Variations
Color information
#CE4A1F (or 0xCE4A1F) is known color: Trinidad. HEX triplet: CE, 4A and 1F. RGB value is (206,74,31). Sum of RGB (Red+Green+Blue) = 206+74+31=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A1F is #31B5E0. Grayscale: #6C6C6C. Windows color (decimal): -3257825 or 2050766. OLE color: 2050766.
HSL color Cylindrical-coordinate representation of color #CE4A1F: hue angle of 14.74º 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 #CE4A1F is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 31 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.19 |
| HSL | 14.74º | 0.74% | 0.46% | - |
| HSV(B) | 14.74º | 0.85% | 0.81% | - |
| XYZ | 28.15 | 18.12 | 3.31 | - |
| YUV | 108.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 31 | 0 | 0.64 | 0.85 | 0.19 | 14.74 | 0.74 | 0.46 |
| Hex | CE | 4A | 1F | 0 | 40 | 55 | 13 | F | 4A | 2E |
| Octal | 316 | 112 | 37 | 0 | 100 | 125 | 23 | 17 | 112 | 56 |
| Binary | 11001110 | 1001010 | 11111 | 0 | 1000000 | 1010101 | 10011 | 1111 | 1001010 | 101110 |
Color Harmonies of #CE4A1F
Complementary color
Monochromatic Colors of #CE4A1F
Black with #CE4A1F
Text Example
Text Example
White with #CE4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A1F; }
p { color: rgb(206,74,31); }
H1.HeaderClassName
{
color: #CE4A1F;
}
.AnyTagClassName
{
color: #CE4A1F;
}
</style>
background-color css
<style>
a { background-color: #CE4A1F; }
a { background-color: rgb(206,74,31); }
div.DivClassName
{
background-color: #CE4A1F;
}
.BgClassName
{
background-color: #CE4A1F;
}
</style>
border-color css
<style>
span { border-color: #CE4A1F; }
span { border-color: rgb(206,74,31); }
td.TdClassName
{
border-color: #CE4A1F;
}
.TagClassName
{
border-color: #CE4A1F;
}
</style>