Shades of Trinidad #CA452D
Tints of Trinidad #CA452D
RGB
CMYK
RGB Variations
Color information
#CA452D (or 0xCA452D) is known color: Trinidad. HEX triplet: CA, 45 and 2D. RGB value is (202,69,45). Sum of RGB (Red+Green+Blue) = 202+69+45=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA452D is #35BAD2. Grayscale: #6A6A6A. Windows color (decimal): -3521235 or 2966986. OLE color: 2966986.
HSL color Cylindrical-coordinate representation of color #CA452D: hue angle of 9.17º 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 #CA452D is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 45 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.21 |
| HSL | 9.17º | 0.64% | 0.48% | - |
| HSV(B) | 9.17º | 0.78% | 0.79% | - |
| XYZ | 26.96 | 17 | 4.34 | - |
| YUV | 106.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 45 | 0 | 0.66 | 0.78 | 0.21 | 9.17 | 0.64 | 0.48 |
| Hex | CA | 45 | 2D | 0 | 42 | 4E | 15 | 9 | 40 | 30 |
| Octal | 312 | 105 | 55 | 0 | 102 | 116 | 25 | 11 | 100 | 60 |
| Binary | 11001010 | 1000101 | 101101 | 0 | 1000010 | 1001110 | 10101 | 1001 | 1000000 | 110000 |
Color Harmonies of #CA452D
Complementary color
Monochromatic Colors of #CA452D
Black with #CA452D
Text Example
Text Example
White with #CA452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA452D; }
p { color: rgb(202,69,45); }
H1.HeaderClassName
{
color: #CA452D;
}
.AnyTagClassName
{
color: #CA452D;
}
</style>
background-color css
<style>
a { background-color: #CA452D; }
a { background-color: rgb(202,69,45); }
div.DivClassName
{
background-color: #CA452D;
}
.BgClassName
{
background-color: #CA452D;
}
</style>
border-color css
<style>
span { border-color: #CA452D; }
span { border-color: rgb(202,69,45); }
td.TdClassName
{
border-color: #CA452D;
}
.TagClassName
{
border-color: #CA452D;
}
</style>