Shades of Trinidad #CE4325
Tints of Trinidad #CE4325
RGB
CMYK
RGB Variations
Color information
#CE4325 (or 0xCE4325) is known color: Trinidad. HEX triplet: CE, 43 and 25. RGB value is (206,67,37). Sum of RGB (Red+Green+Blue) = 206+67+37=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4325 is #31BCDA. Grayscale: #696969. Windows color (decimal): -3259611 or 2442190. OLE color: 2442190.
HSL color Cylindrical-coordinate representation of color #CE4325: hue angle of 10.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE4325 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 37 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.19 |
| HSL | 10.65º | 0.7% | 0.48% | - |
| HSV(B) | 10.65º | 0.82% | 0.81% | - |
| XYZ | 27.79 | 17.27 | 3.62 | - |
| YUV | 105.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 37 | 0 | 0.67 | 0.82 | 0.19 | 10.65 | 0.7 | 0.48 |
| Hex | CE | 43 | 25 | 0 | 43 | 52 | 13 | B | 46 | 30 |
| Octal | 316 | 103 | 45 | 0 | 103 | 122 | 23 | 13 | 106 | 60 |
| Binary | 11001110 | 1000011 | 100101 | 0 | 1000011 | 1010010 | 10011 | 1011 | 1000110 | 110000 |
Color Harmonies of #CE4325
Complementary color
Monochromatic Colors of #CE4325
Black with #CE4325
Text Example
Text Example
White with #CE4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4325; }
p { color: rgb(206,67,37); }
H1.HeaderClassName
{
color: #CE4325;
}
.AnyTagClassName
{
color: #CE4325;
}
</style>
background-color css
<style>
a { background-color: #CE4325; }
a { background-color: rgb(206,67,37); }
div.DivClassName
{
background-color: #CE4325;
}
.BgClassName
{
background-color: #CE4325;
}
</style>
border-color css
<style>
span { border-color: #CE4325; }
span { border-color: rgb(206,67,37); }
td.TdClassName
{
border-color: #CE4325;
}
.TagClassName
{
border-color: #CE4325;
}
</style>