Shades of Trinidad #C34C30
Tints of Trinidad #C34C30
RGB
CMYK
RGB Variations
Color information
#C34C30 (or 0xC34C30) is known color: Trinidad. HEX triplet: C3, 4C and 30. RGB value is (195,76,48). Sum of RGB (Red+Green+Blue) = 195+76+48=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C30 is #3CB3CF. Grayscale: #6C6C6C. Windows color (decimal): -3978192 or 3165379. OLE color: 3165379.
HSL color Cylindrical-coordinate representation of color #C34C30: hue angle of 11.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C34C30 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 48 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.24 |
| HSL | 11.43º | 0.6% | 0.48% | - |
| HSV(B) | 11.43º | 0.75% | 0.76% | - |
| XYZ | 25.62 | 16.98 | 4.72 | - |
| YUV | 108.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 48 | 0 | 0.61 | 0.75 | 0.24 | 11.43 | 0.6 | 0.48 |
| Hex | C3 | 4C | 30 | 0 | 3D | 4B | 18 | B | 3C | 30 |
| Octal | 303 | 114 | 60 | 0 | 75 | 113 | 30 | 13 | 74 | 60 |
| Binary | 11000011 | 1001100 | 110000 | 0 | 111101 | 1001011 | 11000 | 1011 | 111100 | 110000 |
Color Harmonies of #C34C30
Complementary color
Monochromatic Colors of #C34C30
Black with #C34C30
Text Example
Text Example
White with #C34C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C30; }
p { color: rgb(195,76,48); }
H1.HeaderClassName
{
color: #C34C30;
}
.AnyTagClassName
{
color: #C34C30;
}
</style>
background-color css
<style>
a { background-color: #C34C30; }
a { background-color: rgb(195,76,48); }
div.DivClassName
{
background-color: #C34C30;
}
.BgClassName
{
background-color: #C34C30;
}
</style>
border-color css
<style>
span { border-color: #C34C30; }
span { border-color: rgb(195,76,48); }
td.TdClassName
{
border-color: #C34C30;
}
.TagClassName
{
border-color: #C34C30;
}
</style>