Shades of Trinidad #C04421
Tints of Trinidad #C04421
RGB
CMYK
RGB Variations
Color information
#C04421 (or 0xC04421) is known color: Trinidad. HEX triplet: C0, 44 and 21. RGB value is (192,68,33). Sum of RGB (Red+Green+Blue) = 192+68+33=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C04421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04421 is #3FBBDE. Grayscale: #656565. Windows color (decimal): -4176863 or 2180288. OLE color: 2180288.
HSL color Cylindrical-coordinate representation of color #C04421: hue angle of 13.21º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04421 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.25 |
| HSL | 13.21º | 0.71% | 0.44% | - |
| HSV(B) | 13.21º | 0.83% | 0.75% | - |
| XYZ | 24.08 | 15.45 | 3.15 | - |
| YUV | 101.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 33 | 0 | 0.65 | 0.83 | 0.25 | 13.21 | 0.71 | 0.44 |
| Hex | C0 | 44 | 21 | 0 | 41 | 53 | 19 | D | 47 | 2C |
| Octal | 300 | 104 | 41 | 0 | 101 | 123 | 31 | 15 | 107 | 54 |
| Binary | 11000000 | 1000100 | 100001 | 0 | 1000001 | 1010011 | 11001 | 1101 | 1000111 | 101100 |
Color Harmonies of #C04421
Complementary color
Monochromatic Colors of #C04421
Black with #C04421
Text Example
Text Example
White with #C04421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04421; }
p { color: rgb(192,68,33); }
H1.HeaderClassName
{
color: #C04421;
}
.AnyTagClassName
{
color: #C04421;
}
</style>
background-color css
<style>
a { background-color: #C04421; }
a { background-color: rgb(192,68,33); }
div.DivClassName
{
background-color: #C04421;
}
.BgClassName
{
background-color: #C04421;
}
</style>
border-color css
<style>
span { border-color: #C04421; }
span { border-color: rgb(192,68,33); }
td.TdClassName
{
border-color: #C04421;
}
.TagClassName
{
border-color: #C04421;
}
</style>