Shades of Trinidad #C2452A
Tints of Trinidad #C2452A
RGB
CMYK
RGB Variations
Color information
#C2452A (or 0xC2452A) is known color: Trinidad. HEX triplet: C2, 45 and 2A. RGB value is (194,69,42). Sum of RGB (Red+Green+Blue) = 194+69+42=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2452A is #3DBAD5. Grayscale: #676767. Windows color (decimal): -4045526 or 2770370. OLE color: 2770370.
HSL color Cylindrical-coordinate representation of color #C2452A: hue angle of 10.66º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2452A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 42 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.24 |
| HSL | 10.66º | 0.64% | 0.46% | - |
| HSV(B) | 10.66º | 0.78% | 0.76% | - |
| XYZ | 24.79 | 15.89 | 3.95 | - |
| YUV | 103.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 42 | 0 | 0.64 | 0.78 | 0.24 | 10.66 | 0.64 | 0.46 |
| Hex | C2 | 45 | 2A | 0 | 40 | 4E | 18 | B | 40 | 2E |
| Octal | 302 | 105 | 52 | 0 | 100 | 116 | 30 | 13 | 100 | 56 |
| Binary | 11000010 | 1000101 | 101010 | 0 | 1000000 | 1001110 | 11000 | 1011 | 1000000 | 101110 |
Color Harmonies of #C2452A
Complementary color
Monochromatic Colors of #C2452A
Black with #C2452A
Text Example
Text Example
White with #C2452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2452A; }
p { color: rgb(194,69,42); }
H1.HeaderClassName
{
color: #C2452A;
}
.AnyTagClassName
{
color: #C2452A;
}
</style>
background-color css
<style>
a { background-color: #C2452A; }
a { background-color: rgb(194,69,42); }
div.DivClassName
{
background-color: #C2452A;
}
.BgClassName
{
background-color: #C2452A;
}
</style>
border-color css
<style>
span { border-color: #C2452A; }
span { border-color: rgb(194,69,42); }
td.TdClassName
{
border-color: #C2452A;
}
.TagClassName
{
border-color: #C2452A;
}
</style>