Shades of Trinidad #C04323
Tints of Trinidad #C04323
RGB
CMYK
RGB Variations
Color information
#C04323 (or 0xC04323) is known color: Trinidad. HEX triplet: C0, 43 and 23. RGB value is (192,67,35). Sum of RGB (Red+Green+Blue) = 192+67+35=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C04323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04323 is #3FBCDC. Grayscale: #646464. Windows color (decimal): -4177117 or 2311104. OLE color: 2311104.
HSL color Cylindrical-coordinate representation of color #C04323: hue angle of 12.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C04323 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 35 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.25 |
| HSL | 12.23º | 0.69% | 0.45% | - |
| HSV(B) | 12.23º | 0.82% | 0.75% | - |
| XYZ | 24.05 | 15.34 | 3.28 | - |
| YUV | 100.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 35 | 0 | 0.65 | 0.82 | 0.25 | 12.23 | 0.69 | 0.45 |
| Hex | C0 | 43 | 23 | 0 | 41 | 52 | 19 | C | 45 | 2D |
| Octal | 300 | 103 | 43 | 0 | 101 | 122 | 31 | 14 | 105 | 55 |
| Binary | 11000000 | 1000011 | 100011 | 0 | 1000001 | 1010010 | 11001 | 1100 | 1000101 | 101101 |
Color Harmonies of #C04323
Complementary color
Monochromatic Colors of #C04323
Black with #C04323
Text Example
Text Example
White with #C04323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04323; }
p { color: rgb(192,67,35); }
H1.HeaderClassName
{
color: #C04323;
}
.AnyTagClassName
{
color: #C04323;
}
</style>
background-color css
<style>
a { background-color: #C04323; }
a { background-color: rgb(192,67,35); }
div.DivClassName
{
background-color: #C04323;
}
.BgClassName
{
background-color: #C04323;
}
</style>
border-color css
<style>
span { border-color: #C04323; }
span { border-color: rgb(192,67,35); }
td.TdClassName
{
border-color: #C04323;
}
.TagClassName
{
border-color: #C04323;
}
</style>