#CA3225

Color #CA3225 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CA3225

Tints of Persian Red #CA3225

Color information

#CA3225 (or 0xCA3225) is unknown color: approx Persian Red. HEX triplet: CA, 32 and 25. RGB value is (202,50,37). Sum of RGB (Red+Green+Blue) = 202+50+37=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3225 is #35CDDA. Grayscale: #5E5E5E. Windows color (decimal): -3526107 or 2437834. OLE color: 2437834.

HSL color Cylindrical-coordinate representation of color #CA3225: hue angle of 4.73º 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 #CA3225 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB2025037-
CMYK00.750.820.21
HSL4.73º69.04%46.86%-
HSV(B)4.73º81.68%79.22%-
XYZ25.8314.973.28-
YUV93.9795.86205.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 69.90%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=69.90%
G=17.30%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202503700.750.820.214.7369.0446.86
HexCA322504B52155452f
Octal3126245011312225510557
Binary11001010110010100101010010111010010101011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3225; }

 p { color: rgb(202,50,37); }

 H1.HeaderClassName
 {
   color: #CA3225;
 }
 .AnyTagClassName
 {
   color: #CA3225;
 }
</style>
background-color css

<style>
 a { background-color: #CA3225; }

 a { background-color: rgb(202,50,37); }

 div.DivClassName
 {
   background-color: #CA3225;
 }
 .BgClassName
 {
   background-color: #CA3225;
 }
</style>
border-color css

<style>
 span { border-color: #CA3225; }

 span { border-color: rgb(202,50,37); }

 td.TdClassName
 {
   border-color: #CA3225;
 }
 .TagClassName
 {
   border-color: #CA3225;
 }
</style>