Shades of Trinidad #C1521F
Tints of Trinidad #C1521F
RGB
CMYK
RGB Variations
Color information
#C1521F (or 0xC1521F) is known color: Trinidad. HEX triplet: C1, 52 and 1F. RGB value is (193,82,31). Sum of RGB (Red+Green+Blue) = 193+82+31=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1521F is #3EADE0. Grayscale: #6D6D6D. Windows color (decimal): -4107745 or 2052801. OLE color: 2052801.
HSL color Cylindrical-coordinate representation of color #C1521F: hue angle of 18.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1521F is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 31 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.24 |
| HSL | 18.89º | 0.72% | 0.44% | - |
| HSV(B) | 18.89º | 0.84% | 0.76% | - |
| XYZ | 25.26 | 17.47 | 3.34 | - |
| YUV | 109.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 31 | 0 | 0.58 | 0.84 | 0.24 | 18.89 | 0.72 | 0.44 |
| Hex | C1 | 52 | 1F | 0 | 3A | 54 | 18 | 13 | 48 | 2C |
| Octal | 301 | 122 | 37 | 0 | 72 | 124 | 30 | 23 | 110 | 54 |
| Binary | 11000001 | 1010010 | 11111 | 0 | 111010 | 1010100 | 11000 | 10011 | 1001000 | 101100 |
Color Harmonies of #C1521F
Complementary color
Monochromatic Colors of #C1521F
Black with #C1521F
Text Example
Text Example
White with #C1521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1521F; }
p { color: rgb(193,82,31); }
H1.HeaderClassName
{
color: #C1521F;
}
.AnyTagClassName
{
color: #C1521F;
}
</style>
background-color css
<style>
a { background-color: #C1521F; }
a { background-color: rgb(193,82,31); }
div.DivClassName
{
background-color: #C1521F;
}
.BgClassName
{
background-color: #C1521F;
}
</style>
border-color css
<style>
span { border-color: #C1521F; }
span { border-color: rgb(193,82,31); }
td.TdClassName
{
border-color: #C1521F;
}
.TagClassName
{
border-color: #C1521F;
}
</style>