Shades of Trinidad #C43E27
Tints of Trinidad #C43E27
RGB
CMYK
RGB Variations
Color information
#C43E27 (or 0xC43E27) is known color: Trinidad. HEX triplet: C4, 3E and 27. RGB value is (196,62,39). Sum of RGB (Red+Green+Blue) = 196+62+39=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E27 is #3BC1D8. Grayscale: #636363. Windows color (decimal): -3916249 or 2571972. OLE color: 2571972.
HSL color Cylindrical-coordinate representation of color #C43E27: hue angle of 8.79º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43E27 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 39 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.23 |
| HSL | 8.79º | 0.67% | 0.46% | - |
| HSV(B) | 8.79º | 0.8% | 0.77% | - |
| XYZ | 24.85 | 15.33 | 3.57 | - |
| YUV | 99.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 39 | 0 | 0.68 | 0.80 | 0.23 | 8.79 | 0.67 | 0.46 |
| Hex | C4 | 3E | 27 | 0 | 44 | 50 | 17 | 9 | 43 | 2E |
| Octal | 304 | 76 | 47 | 0 | 104 | 120 | 27 | 11 | 103 | 56 |
| Binary | 11000100 | 111110 | 100111 | 0 | 1000100 | 1010000 | 10111 | 1001 | 1000011 | 101110 |
Color Harmonies of #C43E27
Complementary color
Monochromatic Colors of #C43E27
Black with #C43E27
Text Example
Text Example
White with #C43E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E27; }
p { color: rgb(196,62,39); }
H1.HeaderClassName
{
color: #C43E27;
}
.AnyTagClassName
{
color: #C43E27;
}
</style>
background-color css
<style>
a { background-color: #C43E27; }
a { background-color: rgb(196,62,39); }
div.DivClassName
{
background-color: #C43E27;
}
.BgClassName
{
background-color: #C43E27;
}
</style>
border-color css
<style>
span { border-color: #C43E27; }
span { border-color: rgb(196,62,39); }
td.TdClassName
{
border-color: #C43E27;
}
.TagClassName
{
border-color: #C43E27;
}
</style>