Shades of Trinidad #CA4425
Tints of Trinidad #CA4425
RGB
CMYK
RGB Variations
Color information
#CA4425 (or 0xCA4425) is known color: Trinidad. HEX triplet: CA, 44 and 25. RGB value is (202,68,37). Sum of RGB (Red+Green+Blue) = 202+68+37=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4425 is #35BBDA. Grayscale: #686868. Windows color (decimal): -3521499 or 2442442. OLE color: 2442442.
HSL color Cylindrical-coordinate representation of color #CA4425: hue angle of 11.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA4425 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 37 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.21 |
| HSL | 11.27º | 0.69% | 0.47% | - |
| HSV(B) | 11.27º | 0.82% | 0.79% | - |
| XYZ | 26.76 | 16.82 | 3.59 | - |
| YUV | 104.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 37 | 0 | 0.66 | 0.82 | 0.21 | 11.27 | 0.69 | 0.47 |
| Hex | CA | 44 | 25 | 0 | 42 | 52 | 15 | B | 45 | 2F |
| Octal | 312 | 104 | 45 | 0 | 102 | 122 | 25 | 13 | 105 | 57 |
| Binary | 11001010 | 1000100 | 100101 | 0 | 1000010 | 1010010 | 10101 | 1011 | 1000101 | 101111 |
Color Harmonies of #CA4425
Complementary color
Monochromatic Colors of #CA4425
Black with #CA4425
Text Example
Text Example
White with #CA4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4425; }
p { color: rgb(202,68,37); }
H1.HeaderClassName
{
color: #CA4425;
}
.AnyTagClassName
{
color: #CA4425;
}
</style>
background-color css
<style>
a { background-color: #CA4425; }
a { background-color: rgb(202,68,37); }
div.DivClassName
{
background-color: #CA4425;
}
.BgClassName
{
background-color: #CA4425;
}
</style>
border-color css
<style>
span { border-color: #CA4425; }
span { border-color: rgb(202,68,37); }
td.TdClassName
{
border-color: #CA4425;
}
.TagClassName
{
border-color: #CA4425;
}
</style>