Shades of Trinidad #C24A25
Tints of Trinidad #C24A25
RGB
CMYK
RGB Variations
Color information
#C24A25 (or 0xC24A25) is known color: Trinidad. HEX triplet: C2, 4A and 25. RGB value is (194,74,37). Sum of RGB (Red+Green+Blue) = 194+74+37=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A25 is #3DB5DA. Grayscale: #696969. Windows color (decimal): -4044251 or 2443970. OLE color: 2443970.
HSL color Cylindrical-coordinate representation of color #C24A25: hue angle of 14.14º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C24A25 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 37 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.24 |
| HSL | 14.14º | 0.68% | 0.45% | - |
| HSV(B) | 14.14º | 0.81% | 0.76% | - |
| XYZ | 25.03 | 16.5 | 3.62 | - |
| YUV | 105.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 37 | 0 | 0.62 | 0.81 | 0.24 | 14.14 | 0.68 | 0.45 |
| Hex | C2 | 4A | 25 | 0 | 3E | 51 | 18 | E | 44 | 2D |
| Octal | 302 | 112 | 45 | 0 | 76 | 121 | 30 | 16 | 104 | 55 |
| Binary | 11000010 | 1001010 | 100101 | 0 | 111110 | 1010001 | 11000 | 1110 | 1000100 | 101101 |
Color Harmonies of #C24A25
Complementary color
Monochromatic Colors of #C24A25
Black with #C24A25
Text Example
Text Example
White with #C24A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A25; }
p { color: rgb(194,74,37); }
H1.HeaderClassName
{
color: #C24A25;
}
.AnyTagClassName
{
color: #C24A25;
}
</style>
background-color css
<style>
a { background-color: #C24A25; }
a { background-color: rgb(194,74,37); }
div.DivClassName
{
background-color: #C24A25;
}
.BgClassName
{
background-color: #C24A25;
}
</style>
border-color css
<style>
span { border-color: #C24A25; }
span { border-color: rgb(194,74,37); }
td.TdClassName
{
border-color: #C24A25;
}
.TagClassName
{
border-color: #C24A25;
}
</style>