Shades of Persian Red #CA332F
Tints of Persian Red #CA332F
RGB
CMYK
RGB Variations
Color information
#CA332F (or 0xCA332F) is known color: Persian Red. HEX triplet: CA, 33 and 2F. RGB value is (202,51,47). Sum of RGB (Red+Green+Blue) = 202+51+47=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA332F is #35CCD0. Grayscale: #5F5F5F. Windows color (decimal): -3525841 or 3093450. OLE color: 3093450.
HSL color Cylindrical-coordinate representation of color #CA332F: hue angle of 1.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA332F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 47 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.21 |
| HSL | 1.55º | 0.62% | 0.49% | - |
| HSV(B) | 1.55º | 0.77% | 0.79% | - |
| XYZ | 26.05 | 15.13 | 4.24 | - |
| YUV | 95.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 47 | 0 | 0.75 | 0.77 | 0.21 | 1.55 | 0.62 | 0.49 |
| Hex | CA | 33 | 2F | 0 | 4B | 4D | 15 | 2 | 3E | 31 |
| Octal | 312 | 63 | 57 | 0 | 113 | 115 | 25 | 2 | 76 | 61 |
| Binary | 11001010 | 110011 | 101111 | 0 | 1001011 | 1001101 | 10101 | 10 | 111110 | 110001 |
Color Harmonies of #CA332F
Complementary color
Monochromatic Colors of #CA332F
Black with #CA332F
Text Example
Text Example
White with #CA332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA332F; }
p { color: rgb(202,51,47); }
H1.HeaderClassName
{
color: #CA332F;
}
.AnyTagClassName
{
color: #CA332F;
}
</style>
background-color css
<style>
a { background-color: #CA332F; }
a { background-color: rgb(202,51,47); }
div.DivClassName
{
background-color: #CA332F;
}
.BgClassName
{
background-color: #CA332F;
}
</style>
border-color css
<style>
span { border-color: #CA332F; }
span { border-color: rgb(202,51,47); }
td.TdClassName
{
border-color: #CA332F;
}
.TagClassName
{
border-color: #CA332F;
}
</style>