Shades of Persian Red #CA423D
Tints of Persian Red #CA423D
RGB
CMYK
RGB Variations
Color information
#CA423D (or 0xCA423D) is known color: Persian Red. HEX triplet: CA, 42 and 3D. RGB value is (202,66,61). Sum of RGB (Red+Green+Blue) = 202+66+61=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA423D is #35BDC2. Grayscale: #6A6A6A. Windows color (decimal): -3521987 or 4014794. OLE color: 4014794.
HSL color Cylindrical-coordinate representation of color #CA423D: hue angle of 2.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA423D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 61 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.21 |
| HSL | 2.13º | 0.57% | 0.52% | - |
| HSV(B) | 2.13º | 0.7% | 0.79% | - |
| XYZ | 27.15 | 16.79 | 6.22 | - |
| YUV | 106.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 61 | 0 | 0.67 | 0.70 | 0.21 | 2.13 | 0.57 | 0.52 |
| Hex | CA | 42 | 3D | 0 | 43 | 46 | 15 | 2 | 39 | 34 |
| Octal | 312 | 102 | 75 | 0 | 103 | 106 | 25 | 2 | 71 | 64 |
| Binary | 11001010 | 1000010 | 111101 | 0 | 1000011 | 1000110 | 10101 | 10 | 111001 | 110100 |
Color Harmonies of #CA423D
Complementary color
Monochromatic Colors of #CA423D
Black with #CA423D
Text Example
Text Example
White with #CA423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA423D; }
p { color: rgb(202,66,61); }
H1.HeaderClassName
{
color: #CA423D;
}
.AnyTagClassName
{
color: #CA423D;
}
</style>
background-color css
<style>
a { background-color: #CA423D; }
a { background-color: rgb(202,66,61); }
div.DivClassName
{
background-color: #CA423D;
}
.BgClassName
{
background-color: #CA423D;
}
</style>
border-color css
<style>
span { border-color: #CA423D; }
span { border-color: rgb(202,66,61); }
td.TdClassName
{
border-color: #CA423D;
}
.TagClassName
{
border-color: #CA423D;
}
</style>