Shades of Trinidad #C44C30
Tints of Trinidad #C44C30
RGB
CMYK
RGB Variations
Color information
#C44C30 (or 0xC44C30) is known color: Trinidad. HEX triplet: C4, 4C and 30. RGB value is (196,76,48). Sum of RGB (Red+Green+Blue) = 196+76+48=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C30 is #3BB3CF. Grayscale: #6C6C6C. Windows color (decimal): -3912656 or 3165380. OLE color: 3165380.
HSL color Cylindrical-coordinate representation of color #C44C30: hue angle of 11.35º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C44C30 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 48 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.23 |
| HSL | 11.35º | 0.61% | 0.48% | - |
| HSV(B) | 11.35º | 0.76% | 0.77% | - |
| XYZ | 25.88 | 17.12 | 4.74 | - |
| YUV | 108.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 48 | 0 | 0.61 | 0.76 | 0.23 | 11.35 | 0.61 | 0.48 |
| Hex | C4 | 4C | 30 | 0 | 3D | 4C | 17 | B | 3D | 30 |
| Octal | 304 | 114 | 60 | 0 | 75 | 114 | 27 | 13 | 75 | 60 |
| Binary | 11000100 | 1001100 | 110000 | 0 | 111101 | 1001100 | 10111 | 1011 | 111101 | 110000 |
Color Harmonies of #C44C30
Complementary color
Monochromatic Colors of #C44C30
Black with #C44C30
Text Example
Text Example
White with #C44C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C30; }
p { color: rgb(196,76,48); }
H1.HeaderClassName
{
color: #C44C30;
}
.AnyTagClassName
{
color: #C44C30;
}
</style>
background-color css
<style>
a { background-color: #C44C30; }
a { background-color: rgb(196,76,48); }
div.DivClassName
{
background-color: #C44C30;
}
.BgClassName
{
background-color: #C44C30;
}
</style>
border-color css
<style>
span { border-color: #C44C30; }
span { border-color: rgb(196,76,48); }
td.TdClassName
{
border-color: #C44C30;
}
.TagClassName
{
border-color: #C44C30;
}
</style>