Shades of Persian Red #CA342D
Tints of Persian Red #CA342D
RGB
CMYK
RGB Variations
Color information
#CA342D (or 0xCA342D) is known color: Persian Red. HEX triplet: CA, 34 and 2D. RGB value is (202,52,45). Sum of RGB (Red+Green+Blue) = 202+52+45=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA342D is #35CBD2. Grayscale: #606060. Windows color (decimal): -3525587 or 2962634. OLE color: 2962634.
HSL color Cylindrical-coordinate representation of color #CA342D: hue angle of 2.68º 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 #CA342D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 45 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.21 |
| HSL | 2.68º | 0.64% | 0.48% | - |
| HSV(B) | 2.68º | 0.78% | 0.79% | - |
| XYZ | 26.06 | 15.2 | 4.04 | - |
| YUV | 96.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 45 | 0 | 0.74 | 0.78 | 0.21 | 2.68 | 0.64 | 0.48 |
| Hex | CA | 34 | 2D | 0 | 4A | 4E | 15 | 3 | 40 | 30 |
| Octal | 312 | 64 | 55 | 0 | 112 | 116 | 25 | 3 | 100 | 60 |
| Binary | 11001010 | 110100 | 101101 | 0 | 1001010 | 1001110 | 10101 | 11 | 1000000 | 110000 |
Color Harmonies of #CA342D
Complementary color
Monochromatic Colors of #CA342D
Black with #CA342D
Text Example
Text Example
White with #CA342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA342D; }
p { color: rgb(202,52,45); }
H1.HeaderClassName
{
color: #CA342D;
}
.AnyTagClassName
{
color: #CA342D;
}
</style>
background-color css
<style>
a { background-color: #CA342D; }
a { background-color: rgb(202,52,45); }
div.DivClassName
{
background-color: #CA342D;
}
.BgClassName
{
background-color: #CA342D;
}
</style>
border-color css
<style>
span { border-color: #CA342D; }
span { border-color: rgb(202,52,45); }
td.TdClassName
{
border-color: #CA342D;
}
.TagClassName
{
border-color: #CA342D;
}
</style>