Shades of Trinidad #C34324
Tints of Trinidad #C34324
RGB
CMYK
RGB Variations
Color information
#C34324 (or 0xC34324) is known color: Trinidad. HEX triplet: C3, 43 and 24. RGB value is (195,67,36). Sum of RGB (Red+Green+Blue) = 195+67+36=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C34324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34324 is #3CBCDB. Grayscale: #656565. Windows color (decimal): -3980508 or 2376643. OLE color: 2376643.
HSL color Cylindrical-coordinate representation of color #C34324: hue angle of 11.7º 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 #C34324 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 36 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.24 |
| HSL | 11.7º | 0.69% | 0.45% | - |
| HSV(B) | 11.7º | 0.82% | 0.76% | - |
| XYZ | 24.83 | 15.74 | 3.4 | - |
| YUV | 101.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 36 | 0 | 0.66 | 0.82 | 0.24 | 11.7 | 0.69 | 0.45 |
| Hex | C3 | 43 | 24 | 0 | 42 | 52 | 18 | C | 45 | 2D |
| Octal | 303 | 103 | 44 | 0 | 102 | 122 | 30 | 14 | 105 | 55 |
| Binary | 11000011 | 1000011 | 100100 | 0 | 1000010 | 1010010 | 11000 | 1100 | 1000101 | 101101 |
Color Harmonies of #C34324
Complementary color
Monochromatic Colors of #C34324
Black with #C34324
Text Example
Text Example
White with #C34324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34324; }
p { color: rgb(195,67,36); }
H1.HeaderClassName
{
color: #C34324;
}
.AnyTagClassName
{
color: #C34324;
}
</style>
background-color css
<style>
a { background-color: #C34324; }
a { background-color: rgb(195,67,36); }
div.DivClassName
{
background-color: #C34324;
}
.BgClassName
{
background-color: #C34324;
}
</style>
border-color css
<style>
span { border-color: #C34324; }
span { border-color: rgb(195,67,36); }
td.TdClassName
{
border-color: #C34324;
}
.TagClassName
{
border-color: #C34324;
}
</style>