Shades of Trinidad #C34421
Tints of Trinidad #C34421
RGB
CMYK
RGB Variations
Color information
#C34421 (or 0xC34421) is known color: Trinidad. HEX triplet: C3, 44 and 21. RGB value is (195,68,33). Sum of RGB (Red+Green+Blue) = 195+68+33=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C34421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34421 is #3CBBDE. Grayscale: #666666. Windows color (decimal): -3980255 or 2180291. OLE color: 2180291.
HSL color Cylindrical-coordinate representation of color #C34421: hue angle of 12.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C34421 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.24 |
| HSL | 12.96º | 0.71% | 0.45% | - |
| HSV(B) | 12.96º | 0.83% | 0.76% | - |
| XYZ | 24.85 | 15.85 | 3.19 | - |
| YUV | 101.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 33 | 0 | 0.65 | 0.83 | 0.24 | 12.96 | 0.71 | 0.45 |
| Hex | C3 | 44 | 21 | 0 | 41 | 53 | 18 | D | 47 | 2D |
| Octal | 303 | 104 | 41 | 0 | 101 | 123 | 30 | 15 | 107 | 55 |
| Binary | 11000011 | 1000100 | 100001 | 0 | 1000001 | 1010011 | 11000 | 1101 | 1000111 | 101101 |
Color Harmonies of #C34421
Complementary color
Monochromatic Colors of #C34421
Black with #C34421
Text Example
Text Example
White with #C34421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34421; }
p { color: rgb(195,68,33); }
H1.HeaderClassName
{
color: #C34421;
}
.AnyTagClassName
{
color: #C34421;
}
</style>
background-color css
<style>
a { background-color: #C34421; }
a { background-color: rgb(195,68,33); }
div.DivClassName
{
background-color: #C34421;
}
.BgClassName
{
background-color: #C34421;
}
</style>
border-color css
<style>
span { border-color: #C34421; }
span { border-color: rgb(195,68,33); }
td.TdClassName
{
border-color: #C34421;
}
.TagClassName
{
border-color: #C34421;
}
</style>