Shades of Trinidad #C44D21
Tints of Trinidad #C44D21
RGB
CMYK
RGB Variations
Color information
#C44D21 (or 0xC44D21) is known color: Trinidad. HEX triplet: C4, 4D and 21. RGB value is (196,77,33). Sum of RGB (Red+Green+Blue) = 196+77+33=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D21 is #3BB2DE. Grayscale: #6B6B6B. Windows color (decimal): -3912415 or 2182596. OLE color: 2182596.
HSL color Cylindrical-coordinate representation of color #C44D21: hue angle of 16.2º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C44D21 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 33 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.23 |
| HSL | 16.2º | 0.71% | 0.45% | - |
| HSV(B) | 16.2º | 0.83% | 0.77% | - |
| XYZ | 25.69 | 17.15 | 3.4 | - |
| YUV | 107.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 33 | 0 | 0.61 | 0.83 | 0.23 | 16.2 | 0.71 | 0.45 |
| Hex | C4 | 4D | 21 | 0 | 3D | 53 | 17 | 10 | 47 | 2D |
| Octal | 304 | 115 | 41 | 0 | 75 | 123 | 27 | 20 | 107 | 55 |
| Binary | 11000100 | 1001101 | 100001 | 0 | 111101 | 1010011 | 10111 | 10000 | 1000111 | 101101 |
Color Harmonies of #C44D21
Complementary color
Monochromatic Colors of #C44D21
Black with #C44D21
Text Example
Text Example
White with #C44D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D21; }
p { color: rgb(196,77,33); }
H1.HeaderClassName
{
color: #C44D21;
}
.AnyTagClassName
{
color: #C44D21;
}
</style>
background-color css
<style>
a { background-color: #C44D21; }
a { background-color: rgb(196,77,33); }
div.DivClassName
{
background-color: #C44D21;
}
.BgClassName
{
background-color: #C44D21;
}
</style>
border-color css
<style>
span { border-color: #C44D21; }
span { border-color: rgb(196,77,33); }
td.TdClassName
{
border-color: #C44D21;
}
.TagClassName
{
border-color: #C44D21;
}
</style>