Shades of Trinidad #C24C1F
Tints of Trinidad #C24C1F
RGB
CMYK
RGB Variations
Color information
#C24C1F (or 0xC24C1F) is known color: Trinidad. HEX triplet: C2, 4C and 1F. RGB value is (194,76,31). Sum of RGB (Red+Green+Blue) = 194+76+31=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C1F is #3DB3E0. Grayscale: #6A6A6A. Windows color (decimal): -4043745 or 2051266. OLE color: 2051266.
HSL color Cylindrical-coordinate representation of color #C24C1F: hue angle of 16.56º 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 #C24C1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.24 |
| HSL | 16.56º | 0.72% | 0.44% | - |
| HSV(B) | 16.56º | 0.84% | 0.76% | - |
| XYZ | 25.08 | 16.74 | 3.21 | - |
| YUV | 106.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 31 | 0 | 0.61 | 0.84 | 0.24 | 16.56 | 0.72 | 0.44 |
| Hex | C2 | 4C | 1F | 0 | 3D | 54 | 18 | 11 | 48 | 2C |
| Octal | 302 | 114 | 37 | 0 | 75 | 124 | 30 | 21 | 110 | 54 |
| Binary | 11000010 | 1001100 | 11111 | 0 | 111101 | 1010100 | 11000 | 10001 | 1001000 | 101100 |
Color Harmonies of #C24C1F
Complementary color
Monochromatic Colors of #C24C1F
Black with #C24C1F
Text Example
Text Example
White with #C24C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C1F; }
p { color: rgb(194,76,31); }
H1.HeaderClassName
{
color: #C24C1F;
}
.AnyTagClassName
{
color: #C24C1F;
}
</style>
background-color css
<style>
a { background-color: #C24C1F; }
a { background-color: rgb(194,76,31); }
div.DivClassName
{
background-color: #C24C1F;
}
.BgClassName
{
background-color: #C24C1F;
}
</style>
border-color css
<style>
span { border-color: #C24C1F; }
span { border-color: rgb(194,76,31); }
td.TdClassName
{
border-color: #C24C1F;
}
.TagClassName
{
border-color: #C24C1F;
}
</style>