Shades of Persian Red #CA3A25
Tints of Persian Red #CA3A25
RGB
CMYK
RGB Variations
Color information
#CA3A25 (or 0xCA3A25) is known color: Persian Red. HEX triplet: CA, 3A and 25. RGB value is (202,58,37). Sum of RGB (Red+Green+Blue) = 202+58+37=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A25 is #35C5DA. Grayscale: #626262. Windows color (decimal): -3524059 or 2439882. OLE color: 2439882.
HSL color Cylindrical-coordinate representation of color #CA3A25: hue angle of 7.64º 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 #CA3A25 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 37 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.21 |
| HSL | 7.64º | 0.69% | 0.47% | - |
| HSV(B) | 7.64º | 0.82% | 0.79% | - |
| XYZ | 26.2 | 15.72 | 3.4 | - |
| YUV | 98.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 37 | 0 | 0.71 | 0.82 | 0.21 | 7.64 | 0.69 | 0.47 |
| Hex | CA | 3A | 25 | 0 | 47 | 52 | 15 | 8 | 45 | 2F |
| Octal | 312 | 72 | 45 | 0 | 107 | 122 | 25 | 10 | 105 | 57 |
| Binary | 11001010 | 111010 | 100101 | 0 | 1000111 | 1010010 | 10101 | 1000 | 1000101 | 101111 |
Color Harmonies of #CA3A25
Complementary color
Monochromatic Colors of #CA3A25
Black with #CA3A25
Text Example
Text Example
White with #CA3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A25; }
p { color: rgb(202,58,37); }
H1.HeaderClassName
{
color: #CA3A25;
}
.AnyTagClassName
{
color: #CA3A25;
}
</style>
background-color css
<style>
a { background-color: #CA3A25; }
a { background-color: rgb(202,58,37); }
div.DivClassName
{
background-color: #CA3A25;
}
.BgClassName
{
background-color: #CA3A25;
}
</style>
border-color css
<style>
span { border-color: #CA3A25; }
span { border-color: rgb(202,58,37); }
td.TdClassName
{
border-color: #CA3A25;
}
.TagClassName
{
border-color: #CA3A25;
}
</style>