Shades of Trinidad #C34D24
Tints of Trinidad #C34D24
RGB
CMYK
RGB Variations
Color information
#C34D24 (or 0xC34D24) is known color: Trinidad. HEX triplet: C3, 4D and 24. RGB value is (195,77,36). Sum of RGB (Red+Green+Blue) = 195+77+36=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D24 is #3CB2DB. Grayscale: #6B6B6B. Windows color (decimal): -3977948 or 2379203. OLE color: 2379203.
HSL color Cylindrical-coordinate representation of color #C34D24: hue angle of 15.47º 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 #C34D24 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 36 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.24 |
| HSL | 15.47º | 0.69% | 0.45% | - |
| HSV(B) | 15.47º | 0.82% | 0.76% | - |
| XYZ | 25.48 | 17.04 | 3.61 | - |
| YUV | 107.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 36 | 0 | 0.61 | 0.82 | 0.24 | 15.47 | 0.69 | 0.45 |
| Hex | C3 | 4D | 24 | 0 | 3D | 52 | 18 | F | 45 | 2D |
| Octal | 303 | 115 | 44 | 0 | 75 | 122 | 30 | 17 | 105 | 55 |
| Binary | 11000011 | 1001101 | 100100 | 0 | 111101 | 1010010 | 11000 | 1111 | 1000101 | 101101 |
Color Harmonies of #C34D24
Complementary color
Monochromatic Colors of #C34D24
Black with #C34D24
Text Example
Text Example
White with #C34D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D24; }
p { color: rgb(195,77,36); }
H1.HeaderClassName
{
color: #C34D24;
}
.AnyTagClassName
{
color: #C34D24;
}
</style>
background-color css
<style>
a { background-color: #C34D24; }
a { background-color: rgb(195,77,36); }
div.DivClassName
{
background-color: #C34D24;
}
.BgClassName
{
background-color: #C34D24;
}
</style>
border-color css
<style>
span { border-color: #C34D24; }
span { border-color: rgb(195,77,36); }
td.TdClassName
{
border-color: #C34D24;
}
.TagClassName
{
border-color: #C34D24;
}
</style>