Shades of Trinidad #CA472F
Tints of Trinidad #CA472F
RGB
CMYK
RGB Variations
Color information
#CA472F (or 0xCA472F) is known color: Trinidad. HEX triplet: CA, 47 and 2F. RGB value is (202,71,47). Sum of RGB (Red+Green+Blue) = 202+71+47=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA472F is #35B8D0. Grayscale: #6B6B6B. Windows color (decimal): -3520721 or 3098570. OLE color: 3098570.
HSL color Cylindrical-coordinate representation of color #CA472F: hue angle of 9.29º degrees, saturation: 0.62, 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 #CA472F is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 47 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.21 |
| HSL | 9.29º | 0.62% | 0.49% | - |
| HSV(B) | 9.29º | 0.77% | 0.79% | - |
| XYZ | 27.12 | 17.27 | 4.59 | - |
| YUV | 107.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 47 | 0 | 0.65 | 0.77 | 0.21 | 9.29 | 0.62 | 0.49 |
| Hex | CA | 47 | 2F | 0 | 41 | 4D | 15 | 9 | 3E | 31 |
| Octal | 312 | 107 | 57 | 0 | 101 | 115 | 25 | 11 | 76 | 61 |
| Binary | 11001010 | 1000111 | 101111 | 0 | 1000001 | 1001101 | 10101 | 1001 | 111110 | 110001 |
Color Harmonies of #CA472F
Complementary color
Monochromatic Colors of #CA472F
Black with #CA472F
Text Example
Text Example
White with #CA472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA472F; }
p { color: rgb(202,71,47); }
H1.HeaderClassName
{
color: #CA472F;
}
.AnyTagClassName
{
color: #CA472F;
}
</style>
background-color css
<style>
a { background-color: #CA472F; }
a { background-color: rgb(202,71,47); }
div.DivClassName
{
background-color: #CA472F;
}
.BgClassName
{
background-color: #CA472F;
}
</style>
border-color css
<style>
span { border-color: #CA472F; }
span { border-color: rgb(202,71,47); }
td.TdClassName
{
border-color: #CA472F;
}
.TagClassName
{
border-color: #CA472F;
}
</style>