Shades of Trinidad #C34425
Tints of Trinidad #C34425
RGB
CMYK
RGB Variations
Color information
#C34425 (or 0xC34425) is known color: Trinidad. HEX triplet: C3, 44 and 25. RGB value is (195,68,37). Sum of RGB (Red+Green+Blue) = 195+68+37=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C34425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34425 is #3CBBDA. Grayscale: #666666. Windows color (decimal): -3980251 or 2442435. OLE color: 2442435.
HSL color Cylindrical-coordinate representation of color #C34425: hue angle of 11.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C34425 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 37 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.24 |
| HSL | 11.77º | 0.68% | 0.45% | - |
| HSV(B) | 11.77º | 0.81% | 0.76% | - |
| XYZ | 24.91 | 15.87 | 3.5 | - |
| YUV | 102.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 37 | 0 | 0.65 | 0.81 | 0.24 | 11.77 | 0.68 | 0.45 |
| Hex | C3 | 44 | 25 | 0 | 41 | 51 | 18 | C | 44 | 2D |
| Octal | 303 | 104 | 45 | 0 | 101 | 121 | 30 | 14 | 104 | 55 |
| Binary | 11000011 | 1000100 | 100101 | 0 | 1000001 | 1010001 | 11000 | 1100 | 1000100 | 101101 |
Color Harmonies of #C34425
Complementary color
Monochromatic Colors of #C34425
Black with #C34425
Text Example
Text Example
White with #C34425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34425; }
p { color: rgb(195,68,37); }
H1.HeaderClassName
{
color: #C34425;
}
.AnyTagClassName
{
color: #C34425;
}
</style>
background-color css
<style>
a { background-color: #C34425; }
a { background-color: rgb(195,68,37); }
div.DivClassName
{
background-color: #C34425;
}
.BgClassName
{
background-color: #C34425;
}
</style>
border-color css
<style>
span { border-color: #C34425; }
span { border-color: rgb(195,68,37); }
td.TdClassName
{
border-color: #C34425;
}
.TagClassName
{
border-color: #C34425;
}
</style>