Shades of Trinidad #CA472E
Tints of Trinidad #CA472E
RGB
CMYK
RGB Variations
Color information
#CA472E (or 0xCA472E) is known color: Trinidad. HEX triplet: CA, 47 and 2E. RGB value is (202,71,46). Sum of RGB (Red+Green+Blue) = 202+71+46=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA472E is #35B8D1. Grayscale: #6B6B6B. Windows color (decimal): -3520722 or 3033034. OLE color: 3033034.
HSL color Cylindrical-coordinate representation of color #CA472E: hue angle of 9.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA472E is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 46 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.21 |
| HSL | 9.62º | 0.63% | 0.49% | - |
| HSV(B) | 9.62º | 0.77% | 0.79% | - |
| XYZ | 27.1 | 17.26 | 4.49 | - |
| YUV | 107.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 46 | 0 | 0.65 | 0.77 | 0.21 | 9.62 | 0.63 | 0.49 |
| Hex | CA | 47 | 2E | 0 | 41 | 4D | 15 | A | 3F | 31 |
| Octal | 312 | 107 | 56 | 0 | 101 | 115 | 25 | 12 | 77 | 61 |
| Binary | 11001010 | 1000111 | 101110 | 0 | 1000001 | 1001101 | 10101 | 1010 | 111111 | 110001 |
Color Harmonies of #CA472E
Complementary color
Monochromatic Colors of #CA472E
Black with #CA472E
Text Example
Text Example
White with #CA472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA472E; }
p { color: rgb(202,71,46); }
H1.HeaderClassName
{
color: #CA472E;
}
.AnyTagClassName
{
color: #CA472E;
}
</style>
background-color css
<style>
a { background-color: #CA472E; }
a { background-color: rgb(202,71,46); }
div.DivClassName
{
background-color: #CA472E;
}
.BgClassName
{
background-color: #CA472E;
}
</style>
border-color css
<style>
span { border-color: #CA472E; }
span { border-color: rgb(202,71,46); }
td.TdClassName
{
border-color: #CA472E;
}
.TagClassName
{
border-color: #CA472E;
}
</style>