Shades of Trinidad #C24D2E
Tints of Trinidad #C24D2E
RGB
CMYK
RGB Variations
Color information
#C24D2E (or 0xC24D2E) is known color: Trinidad. HEX triplet: C2, 4D and 2E. RGB value is (194,77,46). Sum of RGB (Red+Green+Blue) = 194+77+46=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D2E is #3DB2D1. Grayscale: #6C6C6C. Windows color (decimal): -4043474 or 3034562. OLE color: 3034562.
HSL color Cylindrical-coordinate representation of color #C24D2E: hue angle of 12.57º 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 #C24D2E is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 46 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.24 |
| HSL | 12.57º | 0.62% | 0.47% | - |
| HSV(B) | 12.57º | 0.76% | 0.76% | - |
| XYZ | 25.4 | 16.97 | 4.52 | - |
| YUV | 108.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 46 | 0 | 0.60 | 0.76 | 0.24 | 12.57 | 0.62 | 0.47 |
| Hex | C2 | 4D | 2E | 0 | 3C | 4C | 18 | D | 3E | 2F |
| Octal | 302 | 115 | 56 | 0 | 74 | 114 | 30 | 15 | 76 | 57 |
| Binary | 11000010 | 1001101 | 101110 | 0 | 111100 | 1001100 | 11000 | 1101 | 111110 | 101111 |
Color Harmonies of #C24D2E
Complementary color
Monochromatic Colors of #C24D2E
Black with #C24D2E
Text Example
Text Example
White with #C24D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D2E; }
p { color: rgb(194,77,46); }
H1.HeaderClassName
{
color: #C24D2E;
}
.AnyTagClassName
{
color: #C24D2E;
}
</style>
background-color css
<style>
a { background-color: #C24D2E; }
a { background-color: rgb(194,77,46); }
div.DivClassName
{
background-color: #C24D2E;
}
.BgClassName
{
background-color: #C24D2E;
}
</style>
border-color css
<style>
span { border-color: #C24D2E; }
span { border-color: rgb(194,77,46); }
td.TdClassName
{
border-color: #C24D2E;
}
.TagClassName
{
border-color: #C24D2E;
}
</style>