#CA3935

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

Shades of Persian Red #CA3935

Tints of Persian Red #CA3935

Color information

#CA3935 (or 0xCA3935) is unknown color: approx Persian Red. HEX triplet: CA, 39 and 35. RGB value is (202,57,53). Sum of RGB (Red+Green+Blue) = 202+57+53=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3935 is #35C6CA. Grayscale: #646464. Windows color (decimal): -3524299 or 3488202. OLE color: 3488202.

HSL color Cylindrical-coordinate representation of color #CA3935: hue angle of 1.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3935 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2025753-
CMYK00.720.740.21
HSL1.61º58.43%50%-
HSV(B)1.61º73.76%79.22%-
XYZ26.4615.745.01-
YUV99.9101.54200.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=64.74%
G=18.27%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202575300.720.740.211.6158.4350
HexCA39350484A1523a32
Octal312716501101122527262
Binary110010101110011101010100100010010101010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3935; }

 p { color: rgb(202,57,53); }

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

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

 a { background-color: rgb(202,57,53); }

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

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

 span { border-color: rgb(202,57,53); }

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