Shades of Trinidad #C24F1F
Tints of Trinidad #C24F1F
RGB
CMYK
RGB Variations
Color information
#C24F1F (or 0xC24F1F) is known color: Trinidad. HEX triplet: C2, 4F and 1F. RGB value is (194,79,31). Sum of RGB (Red+Green+Blue) = 194+79+31=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F1F is #3DB0E0. Grayscale: #6C6C6C. Windows color (decimal): -4042977 or 2052034. OLE color: 2052034.
HSL color Cylindrical-coordinate representation of color #C24F1F: hue angle of 17.67º 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 #C24F1F is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 31 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.24 |
| HSL | 17.67º | 0.72% | 0.44% | - |
| HSV(B) | 17.67º | 0.84% | 0.76% | - |
| XYZ | 25.29 | 17.16 | 3.28 | - |
| YUV | 107.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 31 | 0 | 0.59 | 0.84 | 0.24 | 17.67 | 0.72 | 0.44 |
| Hex | C2 | 4F | 1F | 0 | 3B | 54 | 18 | 12 | 48 | 2C |
| Octal | 302 | 117 | 37 | 0 | 73 | 124 | 30 | 22 | 110 | 54 |
| Binary | 11000010 | 1001111 | 11111 | 0 | 111011 | 1010100 | 11000 | 10010 | 1001000 | 101100 |
Color Harmonies of #C24F1F
Complementary color
Monochromatic Colors of #C24F1F
Black with #C24F1F
Text Example
Text Example
White with #C24F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F1F; }
p { color: rgb(194,79,31); }
H1.HeaderClassName
{
color: #C24F1F;
}
.AnyTagClassName
{
color: #C24F1F;
}
</style>
background-color css
<style>
a { background-color: #C24F1F; }
a { background-color: rgb(194,79,31); }
div.DivClassName
{
background-color: #C24F1F;
}
.BgClassName
{
background-color: #C24F1F;
}
</style>
border-color css
<style>
span { border-color: #C24F1F; }
span { border-color: rgb(194,79,31); }
td.TdClassName
{
border-color: #C24F1F;
}
.TagClassName
{
border-color: #C24F1F;
}
</style>