Shades of Trinidad #C44427
Tints of Trinidad #C44427
RGB
CMYK
RGB Variations
Color information
#C44427 (or 0xC44427) is known color: Trinidad. HEX triplet: C4, 44 and 27. RGB value is (196,68,39). Sum of RGB (Red+Green+Blue) = 196+68+39=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C44427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44427 is #3BBBD8. Grayscale: #676767. Windows color (decimal): -3914713 or 2573508. OLE color: 2573508.
HSL color Cylindrical-coordinate representation of color #C44427: hue angle of 11.08º 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 #C44427 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 39 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.23 |
| HSL | 11.08º | 0.67% | 0.46% | - |
| HSV(B) | 11.08º | 0.8% | 0.77% | - |
| XYZ | 25.2 | 16.02 | 3.68 | - |
| YUV | 102.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 39 | 0 | 0.65 | 0.80 | 0.23 | 11.08 | 0.67 | 0.46 |
| Hex | C4 | 44 | 27 | 0 | 41 | 50 | 17 | B | 43 | 2E |
| Octal | 304 | 104 | 47 | 0 | 101 | 120 | 27 | 13 | 103 | 56 |
| Binary | 11000100 | 1000100 | 100111 | 0 | 1000001 | 1010000 | 10111 | 1011 | 1000011 | 101110 |
Color Harmonies of #C44427
Complementary color
Monochromatic Colors of #C44427
Black with #C44427
Text Example
Text Example
White with #C44427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44427; }
p { color: rgb(196,68,39); }
H1.HeaderClassName
{
color: #C44427;
}
.AnyTagClassName
{
color: #C44427;
}
</style>
background-color css
<style>
a { background-color: #C44427; }
a { background-color: rgb(196,68,39); }
div.DivClassName
{
background-color: #C44427;
}
.BgClassName
{
background-color: #C44427;
}
</style>
border-color css
<style>
span { border-color: #C44427; }
span { border-color: rgb(196,68,39); }
td.TdClassName
{
border-color: #C44427;
}
.TagClassName
{
border-color: #C44427;
}
</style>