Shades of Trinidad #C24A20
Tints of Trinidad #C24A20
RGB
CMYK
RGB Variations
Color information
#C24A20 (or 0xC24A20) is known color: Trinidad. HEX triplet: C2, 4A and 20. RGB value is (194,74,32). Sum of RGB (Red+Green+Blue) = 194+74+32=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A20 is #3DB5DF. Grayscale: #696969. Windows color (decimal): -4044256 or 2116290. OLE color: 2116290.
HSL color Cylindrical-coordinate representation of color #C24A20: hue angle of 15.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C24A20 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 32 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.24 |
| HSL | 15.56º | 0.72% | 0.44% | - |
| HSV(B) | 15.56º | 0.84% | 0.76% | - |
| XYZ | 24.96 | 16.47 | 3.23 | - |
| YUV | 105.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 32 | 0 | 0.62 | 0.84 | 0.24 | 15.56 | 0.72 | 0.44 |
| Hex | C2 | 4A | 20 | 0 | 3E | 54 | 18 | 10 | 48 | 2C |
| Octal | 302 | 112 | 40 | 0 | 76 | 124 | 30 | 20 | 110 | 54 |
| Binary | 11000010 | 1001010 | 100000 | 0 | 111110 | 1010100 | 11000 | 10000 | 1001000 | 101100 |
Color Harmonies of #C24A20
Complementary color
Monochromatic Colors of #C24A20
Black with #C24A20
Text Example
Text Example
White with #C24A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A20; }
p { color: rgb(194,74,32); }
H1.HeaderClassName
{
color: #C24A20;
}
.AnyTagClassName
{
color: #C24A20;
}
</style>
background-color css
<style>
a { background-color: #C24A20; }
a { background-color: rgb(194,74,32); }
div.DivClassName
{
background-color: #C24A20;
}
.BgClassName
{
background-color: #C24A20;
}
</style>
border-color css
<style>
span { border-color: #C24A20; }
span { border-color: rgb(194,74,32); }
td.TdClassName
{
border-color: #C24A20;
}
.TagClassName
{
border-color: #C24A20;
}
</style>