Shades of Trinidad #C64223
Tints of Trinidad #C64223
RGB
CMYK
RGB Variations
Color information
#C64223 (or 0xC64223) is known color: Trinidad. HEX triplet: C6, 42 and 23. RGB value is (198,66,35). Sum of RGB (Red+Green+Blue) = 198+66+35=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C64223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64223 is #39BDDC. Grayscale: #666666. Windows color (decimal): -3784157 or 2310854. OLE color: 2310854.
HSL color Cylindrical-coordinate representation of color #C64223: hue angle of 11.41º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C64223 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 35 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.22 |
| HSL | 11.41º | 0.7% | 0.46% | - |
| HSV(B) | 11.41º | 0.82% | 0.78% | - |
| XYZ | 25.54 | 16.02 | 3.34 | - |
| YUV | 101.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 35 | 0 | 0.67 | 0.82 | 0.22 | 11.41 | 0.7 | 0.46 |
| Hex | C6 | 42 | 23 | 0 | 43 | 52 | 16 | B | 46 | 2E |
| Octal | 306 | 102 | 43 | 0 | 103 | 122 | 26 | 13 | 106 | 56 |
| Binary | 11000110 | 1000010 | 100011 | 0 | 1000011 | 1010010 | 10110 | 1011 | 1000110 | 101110 |
Color Harmonies of #C64223
Complementary color
Monochromatic Colors of #C64223
Black with #C64223
Text Example
Text Example
White with #C64223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64223; }
p { color: rgb(198,66,35); }
H1.HeaderClassName
{
color: #C64223;
}
.AnyTagClassName
{
color: #C64223;
}
</style>
background-color css
<style>
a { background-color: #C64223; }
a { background-color: rgb(198,66,35); }
div.DivClassName
{
background-color: #C64223;
}
.BgClassName
{
background-color: #C64223;
}
</style>
border-color css
<style>
span { border-color: #C64223; }
span { border-color: rgb(198,66,35); }
td.TdClassName
{
border-color: #C64223;
}
.TagClassName
{
border-color: #C64223;
}
</style>