Shades of Trinidad #C24D26
Tints of Trinidad #C24D26
RGB
CMYK
RGB Variations
Color information
#C24D26 (or 0xC24D26) is known color: Trinidad. HEX triplet: C2, 4D and 26. RGB value is (194,77,38). Sum of RGB (Red+Green+Blue) = 194+77+38=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D26 is #3DB2D9. Grayscale: #6B6B6B. Windows color (decimal): -4043482 or 2510274. OLE color: 2510274.
HSL color Cylindrical-coordinate representation of color #C24D26: hue angle of 15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C24D26 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 38 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.24 |
| HSL | 15º | 0.67% | 0.45% | - |
| HSV(B) | 15º | 0.8% | 0.76% | - |
| XYZ | 25.25 | 16.92 | 3.77 | - |
| YUV | 107.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 38 | 0 | 0.60 | 0.80 | 0.24 | 15 | 0.67 | 0.45 |
| Hex | C2 | 4D | 26 | 0 | 3C | 50 | 18 | F | 43 | 2D |
| Octal | 302 | 115 | 46 | 0 | 74 | 120 | 30 | 17 | 103 | 55 |
| Binary | 11000010 | 1001101 | 100110 | 0 | 111100 | 1010000 | 11000 | 1111 | 1000011 | 101101 |
Color Harmonies of #C24D26
Complementary color
Monochromatic Colors of #C24D26
Black with #C24D26
Text Example
Text Example
White with #C24D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D26; }
p { color: rgb(194,77,38); }
H1.HeaderClassName
{
color: #C24D26;
}
.AnyTagClassName
{
color: #C24D26;
}
</style>
background-color css
<style>
a { background-color: #C24D26; }
a { background-color: rgb(194,77,38); }
div.DivClassName
{
background-color: #C24D26;
}
.BgClassName
{
background-color: #C24D26;
}
</style>
border-color css
<style>
span { border-color: #C24D26; }
span { border-color: rgb(194,77,38); }
td.TdClassName
{
border-color: #C24D26;
}
.TagClassName
{
border-color: #C24D26;
}
</style>