Shades of Trinidad #CA4920
Tints of Trinidad #CA4920
RGB
CMYK
RGB Variations
Color information
#CA4920 (or 0xCA4920) is known color: Trinidad. HEX triplet: CA, 49 and 20. RGB value is (202,73,32). Sum of RGB (Red+Green+Blue) = 202+73+32=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4920 is #35B6DF. Grayscale: #6B6B6B. Windows color (decimal): -3520224 or 2116042. OLE color: 2116042.
HSL color Cylindrical-coordinate representation of color #CA4920: hue angle of 14.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4920 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 32 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.21 |
| HSL | 14.47º | 0.73% | 0.46% | - |
| HSV(B) | 14.47º | 0.84% | 0.79% | - |
| XYZ | 27 | 17.43 | 3.31 | - |
| YUV | 106.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 32 | 0 | 0.64 | 0.84 | 0.21 | 14.47 | 0.73 | 0.46 |
| Hex | CA | 49 | 20 | 0 | 40 | 54 | 15 | E | 49 | 2E |
| Octal | 312 | 111 | 40 | 0 | 100 | 124 | 25 | 16 | 111 | 56 |
| Binary | 11001010 | 1001001 | 100000 | 0 | 1000000 | 1010100 | 10101 | 1110 | 1001001 | 101110 |
Color Harmonies of #CA4920
Complementary color
Monochromatic Colors of #CA4920
Black with #CA4920
Text Example
Text Example
White with #CA4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4920; }
p { color: rgb(202,73,32); }
H1.HeaderClassName
{
color: #CA4920;
}
.AnyTagClassName
{
color: #CA4920;
}
</style>
background-color css
<style>
a { background-color: #CA4920; }
a { background-color: rgb(202,73,32); }
div.DivClassName
{
background-color: #CA4920;
}
.BgClassName
{
background-color: #CA4920;
}
</style>
border-color css
<style>
span { border-color: #CA4920; }
span { border-color: rgb(202,73,32); }
td.TdClassName
{
border-color: #CA4920;
}
.TagClassName
{
border-color: #CA4920;
}
</style>