Shades of Trinidad #CA472D
Tints of Trinidad #CA472D
RGB
CMYK
RGB Variations
Color information
#CA472D (or 0xCA472D) is known color: Trinidad. HEX triplet: CA, 47 and 2D. RGB value is (202,71,45). Sum of RGB (Red+Green+Blue) = 202+71+45=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA472D is #35B8D2. Grayscale: #6B6B6B. Windows color (decimal): -3520723 or 2967498. OLE color: 2967498.
HSL color Cylindrical-coordinate representation of color #CA472D: hue angle of 9.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA472D is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 45 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.21 |
| HSL | 9.94º | 0.64% | 0.48% | - |
| HSV(B) | 9.94º | 0.78% | 0.79% | - |
| XYZ | 27.08 | 17.25 | 4.39 | - |
| YUV | 107.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 45 | 0 | 0.65 | 0.78 | 0.21 | 9.94 | 0.64 | 0.48 |
| Hex | CA | 47 | 2D | 0 | 41 | 4E | 15 | A | 40 | 30 |
| Octal | 312 | 107 | 55 | 0 | 101 | 116 | 25 | 12 | 100 | 60 |
| Binary | 11001010 | 1000111 | 101101 | 0 | 1000001 | 1001110 | 10101 | 1010 | 1000000 | 110000 |
Color Harmonies of #CA472D
Complementary color
Monochromatic Colors of #CA472D
Black with #CA472D
Text Example
Text Example
White with #CA472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA472D; }
p { color: rgb(202,71,45); }
H1.HeaderClassName
{
color: #CA472D;
}
.AnyTagClassName
{
color: #CA472D;
}
</style>
background-color css
<style>
a { background-color: #CA472D; }
a { background-color: rgb(202,71,45); }
div.DivClassName
{
background-color: #CA472D;
}
.BgClassName
{
background-color: #CA472D;
}
</style>
border-color css
<style>
span { border-color: #CA472D; }
span { border-color: rgb(202,71,45); }
td.TdClassName
{
border-color: #CA472D;
}
.TagClassName
{
border-color: #CA472D;
}
</style>