Shades of Trinidad #C04424
Tints of Trinidad #C04424
RGB
CMYK
RGB Variations
Color information
#C04424 (or 0xC04424) is known color: Trinidad. HEX triplet: C0, 44 and 24. RGB value is (192,68,36). Sum of RGB (Red+Green+Blue) = 192+68+36=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C04424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04424 is #3FBBDB. Grayscale: #656565. Windows color (decimal): -4176860 or 2376896. OLE color: 2376896.
HSL color Cylindrical-coordinate representation of color #C04424: hue angle of 12.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C04424 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 36 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.25 |
| HSL | 12.31º | 0.68% | 0.45% | - |
| HSV(B) | 12.31º | 0.81% | 0.75% | - |
| XYZ | 24.12 | 15.47 | 3.38 | - |
| YUV | 101.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 36 | 0 | 0.65 | 0.81 | 0.25 | 12.31 | 0.68 | 0.45 |
| Hex | C0 | 44 | 24 | 0 | 41 | 51 | 19 | C | 44 | 2D |
| Octal | 300 | 104 | 44 | 0 | 101 | 121 | 31 | 14 | 104 | 55 |
| Binary | 11000000 | 1000100 | 100100 | 0 | 1000001 | 1010001 | 11001 | 1100 | 1000100 | 101101 |
Color Harmonies of #C04424
Complementary color
Monochromatic Colors of #C04424
Black with #C04424
Text Example
Text Example
White with #C04424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04424; }
p { color: rgb(192,68,36); }
H1.HeaderClassName
{
color: #C04424;
}
.AnyTagClassName
{
color: #C04424;
}
</style>
background-color css
<style>
a { background-color: #C04424; }
a { background-color: rgb(192,68,36); }
div.DivClassName
{
background-color: #C04424;
}
.BgClassName
{
background-color: #C04424;
}
</style>
border-color css
<style>
span { border-color: #C04424; }
span { border-color: rgb(192,68,36); }
td.TdClassName
{
border-color: #C04424;
}
.TagClassName
{
border-color: #C04424;
}
</style>