Shades of Trinidad #C44B21
Tints of Trinidad #C44B21
RGB
CMYK
RGB Variations
Color information
#C44B21 (or 0xC44B21) is known color: Trinidad. HEX triplet: C4, 4B and 21. RGB value is (196,75,33). Sum of RGB (Red+Green+Blue) = 196+75+33=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B21 is #3BB4DE. Grayscale: #6A6A6A. Windows color (decimal): -3912927 or 2182084. OLE color: 2182084.
HSL color Cylindrical-coordinate representation of color #C44B21: hue angle of 15.46º 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 #C44B21 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 33 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.23 |
| HSL | 15.46º | 0.71% | 0.45% | - |
| HSV(B) | 15.46º | 0.83% | 0.77% | - |
| XYZ | 25.56 | 16.88 | 3.35 | - |
| YUV | 106.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 33 | 0 | 0.62 | 0.83 | 0.23 | 15.46 | 0.71 | 0.45 |
| Hex | C4 | 4B | 21 | 0 | 3E | 53 | 17 | F | 47 | 2D |
| Octal | 304 | 113 | 41 | 0 | 76 | 123 | 27 | 17 | 107 | 55 |
| Binary | 11000100 | 1001011 | 100001 | 0 | 111110 | 1010011 | 10111 | 1111 | 1000111 | 101101 |
Color Harmonies of #C44B21
Complementary color
Monochromatic Colors of #C44B21
Black with #C44B21
Text Example
Text Example
White with #C44B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B21; }
p { color: rgb(196,75,33); }
H1.HeaderClassName
{
color: #C44B21;
}
.AnyTagClassName
{
color: #C44B21;
}
</style>
background-color css
<style>
a { background-color: #C44B21; }
a { background-color: rgb(196,75,33); }
div.DivClassName
{
background-color: #C44B21;
}
.BgClassName
{
background-color: #C44B21;
}
</style>
border-color css
<style>
span { border-color: #C44B21; }
span { border-color: rgb(196,75,33); }
td.TdClassName
{
border-color: #C44B21;
}
.TagClassName
{
border-color: #C44B21;
}
</style>