Shades of Trinidad #C24E21
Tints of Trinidad #C24E21
RGB
CMYK
RGB Variations
Color information
#C24E21 (or 0xC24E21) is known color: Trinidad. HEX triplet: C2, 4E and 21. RGB value is (194,78,33). Sum of RGB (Red+Green+Blue) = 194+78+33=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E21 is #3DB1DE. Grayscale: #6B6B6B. Windows color (decimal): -4043231 or 2182850. OLE color: 2182850.
HSL color Cylindrical-coordinate representation of color #C24E21: hue angle of 16.77º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C24E21 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 33 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.24 |
| HSL | 16.77º | 0.71% | 0.45% | - |
| HSV(B) | 16.77º | 0.83% | 0.76% | - |
| XYZ | 25.25 | 17.03 | 3.39 | - |
| YUV | 107.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 33 | 0 | 0.60 | 0.83 | 0.24 | 16.77 | 0.71 | 0.45 |
| Hex | C2 | 4E | 21 | 0 | 3C | 53 | 18 | 11 | 47 | 2D |
| Octal | 302 | 116 | 41 | 0 | 74 | 123 | 30 | 21 | 107 | 55 |
| Binary | 11000010 | 1001110 | 100001 | 0 | 111100 | 1010011 | 11000 | 10001 | 1000111 | 101101 |
Color Harmonies of #C24E21
Complementary color
Monochromatic Colors of #C24E21
Black with #C24E21
Text Example
Text Example
White with #C24E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E21; }
p { color: rgb(194,78,33); }
H1.HeaderClassName
{
color: #C24E21;
}
.AnyTagClassName
{
color: #C24E21;
}
</style>
background-color css
<style>
a { background-color: #C24E21; }
a { background-color: rgb(194,78,33); }
div.DivClassName
{
background-color: #C24E21;
}
.BgClassName
{
background-color: #C24E21;
}
</style>
border-color css
<style>
span { border-color: #C24E21; }
span { border-color: rgb(194,78,33); }
td.TdClassName
{
border-color: #C24E21;
}
.TagClassName
{
border-color: #C24E21;
}
</style>