Shades of Trinidad #C24E2E
Tints of Trinidad #C24E2E
RGB
CMYK
RGB Variations
Color information
#C24E2E (or 0xC24E2E) is known color: Trinidad. HEX triplet: C2, 4E and 2E. RGB value is (194,78,46). Sum of RGB (Red+Green+Blue) = 194+78+46=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E2E is #3DB1D1. Grayscale: #6D6D6D. Windows color (decimal): -4043218 or 3034818. OLE color: 3034818.
HSL color Cylindrical-coordinate representation of color #C24E2E: hue angle of 12.97º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C24E2E is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 46 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.24 |
| HSL | 12.97º | 0.62% | 0.47% | - |
| HSV(B) | 12.97º | 0.76% | 0.76% | - |
| XYZ | 25.47 | 17.12 | 4.55 | - |
| YUV | 109.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 46 | 0 | 0.60 | 0.76 | 0.24 | 12.97 | 0.62 | 0.47 |
| Hex | C2 | 4E | 2E | 0 | 3C | 4C | 18 | D | 3E | 2F |
| Octal | 302 | 116 | 56 | 0 | 74 | 114 | 30 | 15 | 76 | 57 |
| Binary | 11000010 | 1001110 | 101110 | 0 | 111100 | 1001100 | 11000 | 1101 | 111110 | 101111 |
Color Harmonies of #C24E2E
Complementary color
Monochromatic Colors of #C24E2E
Black with #C24E2E
Text Example
Text Example
White with #C24E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E2E; }
p { color: rgb(194,78,46); }
H1.HeaderClassName
{
color: #C24E2E;
}
.AnyTagClassName
{
color: #C24E2E;
}
</style>
background-color css
<style>
a { background-color: #C24E2E; }
a { background-color: rgb(194,78,46); }
div.DivClassName
{
background-color: #C24E2E;
}
.BgClassName
{
background-color: #C24E2E;
}
</style>
border-color css
<style>
span { border-color: #C24E2E; }
span { border-color: rgb(194,78,46); }
td.TdClassName
{
border-color: #C24E2E;
}
.TagClassName
{
border-color: #C24E2E;
}
</style>