Shades of Trinidad #C04423
Tints of Trinidad #C04423
RGB
CMYK
RGB Variations
Color information
#C04423 (or 0xC04423) is known color: Trinidad. HEX triplet: C0, 44 and 23. RGB value is (192,68,35). Sum of RGB (Red+Green+Blue) = 192+68+35=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C04423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04423 is #3FBBDC. Grayscale: #656565. Windows color (decimal): -4176861 or 2311360. OLE color: 2311360.
HSL color Cylindrical-coordinate representation of color #C04423: hue angle of 12.61º 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 #C04423 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 35 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.25 |
| HSL | 12.61º | 0.69% | 0.45% | - |
| HSV(B) | 12.61º | 0.82% | 0.75% | - |
| XYZ | 24.11 | 15.46 | 3.3 | - |
| YUV | 101.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 35 | 0 | 0.65 | 0.82 | 0.25 | 12.61 | 0.69 | 0.45 |
| Hex | C0 | 44 | 23 | 0 | 41 | 52 | 19 | D | 45 | 2D |
| Octal | 300 | 104 | 43 | 0 | 101 | 122 | 31 | 15 | 105 | 55 |
| Binary | 11000000 | 1000100 | 100011 | 0 | 1000001 | 1010010 | 11001 | 1101 | 1000101 | 101101 |
Color Harmonies of #C04423
Complementary color
Monochromatic Colors of #C04423
Black with #C04423
Text Example
Text Example
White with #C04423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04423; }
p { color: rgb(192,68,35); }
H1.HeaderClassName
{
color: #C04423;
}
.AnyTagClassName
{
color: #C04423;
}
</style>
background-color css
<style>
a { background-color: #C04423; }
a { background-color: rgb(192,68,35); }
div.DivClassName
{
background-color: #C04423;
}
.BgClassName
{
background-color: #C04423;
}
</style>
border-color css
<style>
span { border-color: #C04423; }
span { border-color: rgb(192,68,35); }
td.TdClassName
{
border-color: #C04423;
}
.TagClassName
{
border-color: #C04423;
}
</style>