Shades of Trinidad #C04321
Tints of Trinidad #C04321
RGB
CMYK
RGB Variations
Color information
#C04321 (or 0xC04321) is known color: Trinidad. HEX triplet: C0, 43 and 21. RGB value is (192,67,33). Sum of RGB (Red+Green+Blue) = 192+67+33=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C04321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04321 is #3FBCDE. Grayscale: #646464. Windows color (decimal): -4177119 or 2180032. OLE color: 2180032.
HSL color Cylindrical-coordinate representation of color #C04321: hue angle of 12.83º 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 #C04321 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.25 |
| HSL | 12.83º | 0.71% | 0.44% | - |
| HSV(B) | 12.83º | 0.83% | 0.75% | - |
| XYZ | 24.02 | 15.33 | 3.13 | - |
| YUV | 100.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 33 | 0 | 0.65 | 0.83 | 0.25 | 12.83 | 0.71 | 0.44 |
| Hex | C0 | 43 | 21 | 0 | 41 | 53 | 19 | D | 47 | 2C |
| Octal | 300 | 103 | 41 | 0 | 101 | 123 | 31 | 15 | 107 | 54 |
| Binary | 11000000 | 1000011 | 100001 | 0 | 1000001 | 1010011 | 11001 | 1101 | 1000111 | 101100 |
Color Harmonies of #C04321
Complementary color
Monochromatic Colors of #C04321
Black with #C04321
Text Example
Text Example
White with #C04321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04321; }
p { color: rgb(192,67,33); }
H1.HeaderClassName
{
color: #C04321;
}
.AnyTagClassName
{
color: #C04321;
}
</style>
background-color css
<style>
a { background-color: #C04321; }
a { background-color: rgb(192,67,33); }
div.DivClassName
{
background-color: #C04321;
}
.BgClassName
{
background-color: #C04321;
}
</style>
border-color css
<style>
span { border-color: #C04321; }
span { border-color: rgb(192,67,33); }
td.TdClassName
{
border-color: #C04321;
}
.TagClassName
{
border-color: #C04321;
}
</style>