Shades of Trinidad #C34C24
Tints of Trinidad #C34C24
RGB
CMYK
RGB Variations
Color information
#C34C24 (or 0xC34C24) is known color: Trinidad. HEX triplet: C3, 4C and 24. RGB value is (195,76,36). Sum of RGB (Red+Green+Blue) = 195+76+36=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C24 is #3CB3DB. Grayscale: #6B6B6B. Windows color (decimal): -3978204 or 2378947. OLE color: 2378947.
HSL color Cylindrical-coordinate representation of color #C34C24: hue angle of 15.09º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C34C24 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 36 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.24 |
| HSL | 15.09º | 0.69% | 0.45% | - |
| HSV(B) | 15.09º | 0.82% | 0.76% | - |
| XYZ | 25.41 | 16.9 | 3.59 | - |
| YUV | 107.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 36 | 0 | 0.61 | 0.82 | 0.24 | 15.09 | 0.69 | 0.45 |
| Hex | C3 | 4C | 24 | 0 | 3D | 52 | 18 | F | 45 | 2D |
| Octal | 303 | 114 | 44 | 0 | 75 | 122 | 30 | 17 | 105 | 55 |
| Binary | 11000011 | 1001100 | 100100 | 0 | 111101 | 1010010 | 11000 | 1111 | 1000101 | 101101 |
Color Harmonies of #C34C24
Complementary color
Monochromatic Colors of #C34C24
Black with #C34C24
Text Example
Text Example
White with #C34C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C24; }
p { color: rgb(195,76,36); }
H1.HeaderClassName
{
color: #C34C24;
}
.AnyTagClassName
{
color: #C34C24;
}
</style>
background-color css
<style>
a { background-color: #C34C24; }
a { background-color: rgb(195,76,36); }
div.DivClassName
{
background-color: #C34C24;
}
.BgClassName
{
background-color: #C34C24;
}
</style>
border-color css
<style>
span { border-color: #C34C24; }
span { border-color: rgb(195,76,36); }
td.TdClassName
{
border-color: #C34C24;
}
.TagClassName
{
border-color: #C34C24;
}
</style>