Shades of Trinidad #CE4D3B
Tints of Trinidad #CE4D3B
RGB
CMYK
RGB Variations
Color information
#CE4D3B (or 0xCE4D3B) is known color: Trinidad. HEX triplet: CE, 4D and 3B. RGB value is (206,77,59). Sum of RGB (Red+Green+Blue) = 206+77+59=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D3B is #31B2C4. Grayscale: #717171. Windows color (decimal): -3257029 or 3886542. OLE color: 3886542.
HSL color Cylindrical-coordinate representation of color #CE4D3B: hue angle of 7.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE4D3B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 59 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.19 |
| HSL | 7.35º | 0.6% | 0.52% | - |
| HSV(B) | 7.35º | 0.71% | 0.81% | - |
| XYZ | 28.9 | 18.75 | 6.23 | - |
| YUV | 113.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 59 | 0 | 0.63 | 0.71 | 0.19 | 7.35 | 0.6 | 0.52 |
| Hex | CE | 4D | 3B | 0 | 3F | 47 | 13 | 7 | 3C | 34 |
| Octal | 316 | 115 | 73 | 0 | 77 | 107 | 23 | 7 | 74 | 64 |
| Binary | 11001110 | 1001101 | 111011 | 0 | 111111 | 1000111 | 10011 | 111 | 111100 | 110100 |
Color Harmonies of #CE4D3B
Complementary color
Monochromatic Colors of #CE4D3B
Black with #CE4D3B
Text Example
Text Example
White with #CE4D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D3B; }
p { color: rgb(206,77,59); }
H1.HeaderClassName
{
color: #CE4D3B;
}
.AnyTagClassName
{
color: #CE4D3B;
}
</style>
background-color css
<style>
a { background-color: #CE4D3B; }
a { background-color: rgb(206,77,59); }
div.DivClassName
{
background-color: #CE4D3B;
}
.BgClassName
{
background-color: #CE4D3B;
}
</style>
border-color css
<style>
span { border-color: #CE4D3B; }
span { border-color: rgb(206,77,59); }
td.TdClassName
{
border-color: #CE4D3B;
}
.TagClassName
{
border-color: #CE4D3B;
}
</style>