Shades of Trinidad #C34A21
Tints of Trinidad #C34A21
RGB
CMYK
RGB Variations
Color information
#C34A21 (or 0xC34A21) is known color: Trinidad. HEX triplet: C3, 4A and 21. RGB value is (195,74,33). Sum of RGB (Red+Green+Blue) = 195+74+33=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A21 is #3CB5DE. Grayscale: #696969. Windows color (decimal): -3978719 or 2181827. OLE color: 2181827.
HSL color Cylindrical-coordinate representation of color #C34A21: hue angle of 15.19º 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 #C34A21 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 33 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.24 |
| HSL | 15.19º | 0.71% | 0.45% | - |
| HSV(B) | 15.19º | 0.83% | 0.76% | - |
| XYZ | 25.23 | 16.61 | 3.32 | - |
| YUV | 105.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 33 | 0 | 0.62 | 0.83 | 0.24 | 15.19 | 0.71 | 0.45 |
| Hex | C3 | 4A | 21 | 0 | 3E | 53 | 18 | F | 47 | 2D |
| Octal | 303 | 112 | 41 | 0 | 76 | 123 | 30 | 17 | 107 | 55 |
| Binary | 11000011 | 1001010 | 100001 | 0 | 111110 | 1010011 | 11000 | 1111 | 1000111 | 101101 |
Color Harmonies of #C34A21
Complementary color
Monochromatic Colors of #C34A21
Black with #C34A21
Text Example
Text Example
White with #C34A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A21; }
p { color: rgb(195,74,33); }
H1.HeaderClassName
{
color: #C34A21;
}
.AnyTagClassName
{
color: #C34A21;
}
</style>
background-color css
<style>
a { background-color: #C34A21; }
a { background-color: rgb(195,74,33); }
div.DivClassName
{
background-color: #C34A21;
}
.BgClassName
{
background-color: #C34A21;
}
</style>
border-color css
<style>
span { border-color: #C34A21; }
span { border-color: rgb(195,74,33); }
td.TdClassName
{
border-color: #C34A21;
}
.TagClassName
{
border-color: #C34A21;
}
</style>