Shades of Trinidad #CE4D2A
Tints of Trinidad #CE4D2A
RGB
CMYK
RGB Variations
Color information
#CE4D2A (or 0xCE4D2A) is known color: Trinidad. HEX triplet: CE, 4D and 2A. RGB value is (206,77,42). Sum of RGB (Red+Green+Blue) = 206+77+42=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D2A is #31B2D5. Grayscale: #6F6F6F. Windows color (decimal): -3257046 or 2772430. OLE color: 2772430.
HSL color Cylindrical-coordinate representation of color #CE4D2A: hue angle of 12.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE4D2A is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 42 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.19 |
| HSL | 12.8º | 0.66% | 0.49% | - |
| HSV(B) | 12.8º | 0.8% | 0.81% | - |
| XYZ | 28.53 | 18.6 | 4.28 | - |
| YUV | 111.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 42 | 0 | 0.63 | 0.80 | 0.19 | 12.8 | 0.66 | 0.49 |
| Hex | CE | 4D | 2A | 0 | 3F | 50 | 13 | D | 42 | 31 |
| Octal | 316 | 115 | 52 | 0 | 77 | 120 | 23 | 15 | 102 | 61 |
| Binary | 11001110 | 1001101 | 101010 | 0 | 111111 | 1010000 | 10011 | 1101 | 1000010 | 110001 |
Color Harmonies of #CE4D2A
Complementary color
Monochromatic Colors of #CE4D2A
Black with #CE4D2A
Text Example
Text Example
White with #CE4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D2A; }
p { color: rgb(206,77,42); }
H1.HeaderClassName
{
color: #CE4D2A;
}
.AnyTagClassName
{
color: #CE4D2A;
}
</style>
background-color css
<style>
a { background-color: #CE4D2A; }
a { background-color: rgb(206,77,42); }
div.DivClassName
{
background-color: #CE4D2A;
}
.BgClassName
{
background-color: #CE4D2A;
}
</style>
border-color css
<style>
span { border-color: #CE4D2A; }
span { border-color: rgb(206,77,42); }
td.TdClassName
{
border-color: #CE4D2A;
}
.TagClassName
{
border-color: #CE4D2A;
}
</style>