Shades of Trinidad #C2521D
Tints of Trinidad #C2521D
RGB
CMYK
RGB Variations
Color information
#C2521D (or 0xC2521D) is known color: Trinidad. HEX triplet: C2, 52 and 1D. RGB value is (194,82,29). Sum of RGB (Red+Green+Blue) = 194+82+29=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2521D is #3DADE2. Grayscale: #6D6D6D. Windows color (decimal): -4042211 or 1921730. OLE color: 1921730.
HSL color Cylindrical-coordinate representation of color #C2521D: hue angle of 19.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2521D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.24 |
| HSL | 19.27º | 0.74% | 0.44% | - |
| HSV(B) | 19.27º | 0.85% | 0.76% | - |
| XYZ | 25.49 | 17.59 | 3.21 | - |
| YUV | 109.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 29 | 0 | 0.58 | 0.85 | 0.24 | 19.27 | 0.74 | 0.44 |
| Hex | C2 | 52 | 1D | 0 | 3A | 55 | 18 | 13 | 4A | 2C |
| Octal | 302 | 122 | 35 | 0 | 72 | 125 | 30 | 23 | 112 | 54 |
| Binary | 11000010 | 1010010 | 11101 | 0 | 111010 | 1010101 | 11000 | 10011 | 1001010 | 101100 |
Color Harmonies of #C2521D
Complementary color
Monochromatic Colors of #C2521D
Black with #C2521D
Text Example
Text Example
White with #C2521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2521D; }
p { color: rgb(194,82,29); }
H1.HeaderClassName
{
color: #C2521D;
}
.AnyTagClassName
{
color: #C2521D;
}
</style>
background-color css
<style>
a { background-color: #C2521D; }
a { background-color: rgb(194,82,29); }
div.DivClassName
{
background-color: #C2521D;
}
.BgClassName
{
background-color: #C2521D;
}
</style>
border-color css
<style>
span { border-color: #C2521D; }
span { border-color: rgb(194,82,29); }
td.TdClassName
{
border-color: #C2521D;
}
.TagClassName
{
border-color: #C2521D;
}
</style>