Shades of Trinidad #C44328
Tints of Trinidad #C44328
RGB
CMYK
RGB Variations
Color information
#C44328 (or 0xC44328) is known color: Trinidad. HEX triplet: C4, 43 and 28. RGB value is (196,67,40). Sum of RGB (Red+Green+Blue) = 196+67+40=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C44328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44328 is #3BBCD7. Grayscale: #666666. Windows color (decimal): -3914968 or 2638788. OLE color: 2638788.
HSL color Cylindrical-coordinate representation of color #C44328: hue angle of 10.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C44328 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 40 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.23 |
| HSL | 10.38º | 0.66% | 0.46% | - |
| HSV(B) | 10.38º | 0.8% | 0.77% | - |
| XYZ | 25.16 | 15.9 | 3.75 | - |
| YUV | 102.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 40 | 0 | 0.66 | 0.80 | 0.23 | 10.38 | 0.66 | 0.46 |
| Hex | C4 | 43 | 28 | 0 | 42 | 50 | 17 | A | 42 | 2E |
| Octal | 304 | 103 | 50 | 0 | 102 | 120 | 27 | 12 | 102 | 56 |
| Binary | 11000100 | 1000011 | 101000 | 0 | 1000010 | 1010000 | 10111 | 1010 | 1000010 | 101110 |
Color Harmonies of #C44328
Complementary color
Monochromatic Colors of #C44328
Black with #C44328
Text Example
Text Example
White with #C44328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44328; }
p { color: rgb(196,67,40); }
H1.HeaderClassName
{
color: #C44328;
}
.AnyTagClassName
{
color: #C44328;
}
</style>
background-color css
<style>
a { background-color: #C44328; }
a { background-color: rgb(196,67,40); }
div.DivClassName
{
background-color: #C44328;
}
.BgClassName
{
background-color: #C44328;
}
</style>
border-color css
<style>
span { border-color: #C44328; }
span { border-color: rgb(196,67,40); }
td.TdClassName
{
border-color: #C44328;
}
.TagClassName
{
border-color: #C44328;
}
</style>