Shades of Trinidad #C44228
Tints of Trinidad #C44228
RGB
CMYK
RGB Variations
Color information
#C44228 (or 0xC44228) is known color: Trinidad. HEX triplet: C4, 42 and 28. RGB value is (196,66,40). Sum of RGB (Red+Green+Blue) = 196+66+40=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C44228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44228 is #3BBDD7. Grayscale: #666666. Windows color (decimal): -3915224 or 2638532. OLE color: 2638532.
HSL color Cylindrical-coordinate representation of color #C44228: hue angle of 10º degrees, saturation: 0.66, 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 #C44228 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 40 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.23 |
| HSL | 10º | 0.66% | 0.46% | - |
| HSV(B) | 10º | 0.8% | 0.77% | - |
| XYZ | 25.1 | 15.79 | 3.73 | - |
| YUV | 101.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 40 | 0 | 0.66 | 0.80 | 0.23 | 10 | 0.66 | 0.46 |
| Hex | C4 | 42 | 28 | 0 | 42 | 50 | 17 | A | 42 | 2E |
| Octal | 304 | 102 | 50 | 0 | 102 | 120 | 27 | 12 | 102 | 56 |
| Binary | 11000100 | 1000010 | 101000 | 0 | 1000010 | 1010000 | 10111 | 1010 | 1000010 | 101110 |
Color Harmonies of #C44228
Complementary color
Monochromatic Colors of #C44228
Black with #C44228
Text Example
Text Example
White with #C44228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44228; }
p { color: rgb(196,66,40); }
H1.HeaderClassName
{
color: #C44228;
}
.AnyTagClassName
{
color: #C44228;
}
</style>
background-color css
<style>
a { background-color: #C44228; }
a { background-color: rgb(196,66,40); }
div.DivClassName
{
background-color: #C44228;
}
.BgClassName
{
background-color: #C44228;
}
</style>
border-color css
<style>
span { border-color: #C44228; }
span { border-color: rgb(196,66,40); }
td.TdClassName
{
border-color: #C44228;
}
.TagClassName
{
border-color: #C44228;
}
</style>