Shades of Trinidad #C44324
Tints of Trinidad #C44324
RGB
CMYK
RGB Variations
Color information
#C44324 (or 0xC44324) is known color: Trinidad. HEX triplet: C4, 43 and 24. RGB value is (196,67,36). Sum of RGB (Red+Green+Blue) = 196+67+36=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C44324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44324 is #3BBCDB. Grayscale: #666666. Windows color (decimal): -3914972 or 2376644. OLE color: 2376644.
HSL color Cylindrical-coordinate representation of color #C44324: hue angle of 11.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C44324 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 36 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.23 |
| HSL | 11.63º | 0.69% | 0.45% | - |
| HSV(B) | 11.63º | 0.82% | 0.77% | - |
| XYZ | 25.09 | 15.88 | 3.41 | - |
| YUV | 102.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 36 | 0 | 0.66 | 0.82 | 0.23 | 11.63 | 0.69 | 0.45 |
| Hex | C4 | 43 | 24 | 0 | 42 | 52 | 17 | C | 45 | 2D |
| Octal | 304 | 103 | 44 | 0 | 102 | 122 | 27 | 14 | 105 | 55 |
| Binary | 11000100 | 1000011 | 100100 | 0 | 1000010 | 1010010 | 10111 | 1100 | 1000101 | 101101 |
Color Harmonies of #C44324
Complementary color
Monochromatic Colors of #C44324
Black with #C44324
Text Example
Text Example
White with #C44324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44324; }
p { color: rgb(196,67,36); }
H1.HeaderClassName
{
color: #C44324;
}
.AnyTagClassName
{
color: #C44324;
}
</style>
background-color css
<style>
a { background-color: #C44324; }
a { background-color: rgb(196,67,36); }
div.DivClassName
{
background-color: #C44324;
}
.BgClassName
{
background-color: #C44324;
}
</style>
border-color css
<style>
span { border-color: #C44324; }
span { border-color: rgb(196,67,36); }
td.TdClassName
{
border-color: #C44324;
}
.TagClassName
{
border-color: #C44324;
}
</style>