Shades of Trinidad #CE4D3D
Tints of Trinidad #CE4D3D
RGB
CMYK
RGB Variations
Color information
#CE4D3D (or 0xCE4D3D) is known color: Trinidad. HEX triplet: CE, 4D and 3D. RGB value is (206,77,61). Sum of RGB (Red+Green+Blue) = 206+77+61=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D3D is #31B2C2. Grayscale: #717171. Windows color (decimal): -3257027 or 4017614. OLE color: 4017614.
HSL color Cylindrical-coordinate representation of color #CE4D3D: hue angle of 6.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4D3D is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 61 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.19 |
| HSL | 6.62º | 0.6% | 0.52% | - |
| HSV(B) | 6.62º | 0.7% | 0.81% | - |
| XYZ | 28.95 | 18.77 | 6.51 | - |
| YUV | 113.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 61 | 0 | 0.63 | 0.70 | 0.19 | 6.62 | 0.6 | 0.52 |
| Hex | CE | 4D | 3D | 0 | 3F | 46 | 13 | 7 | 3C | 34 |
| Octal | 316 | 115 | 75 | 0 | 77 | 106 | 23 | 7 | 74 | 64 |
| Binary | 11001110 | 1001101 | 111101 | 0 | 111111 | 1000110 | 10011 | 111 | 111100 | 110100 |
Color Harmonies of #CE4D3D
Complementary color
Monochromatic Colors of #CE4D3D
Black with #CE4D3D
Text Example
Text Example
White with #CE4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D3D; }
p { color: rgb(206,77,61); }
H1.HeaderClassName
{
color: #CE4D3D;
}
.AnyTagClassName
{
color: #CE4D3D;
}
</style>
background-color css
<style>
a { background-color: #CE4D3D; }
a { background-color: rgb(206,77,61); }
div.DivClassName
{
background-color: #CE4D3D;
}
.BgClassName
{
background-color: #CE4D3D;
}
</style>
border-color css
<style>
span { border-color: #CE4D3D; }
span { border-color: rgb(206,77,61); }
td.TdClassName
{
border-color: #CE4D3D;
}
.TagClassName
{
border-color: #CE4D3D;
}
</style>