#CA3534

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

Shades of Persian Red #CA3534

Tints of Persian Red #CA3534

Color information

#CA3534 (or 0xCA3534) is unknown color: approx Persian Red. HEX triplet: CA, 35 and 34. RGB value is (202,53,52). Sum of RGB (Red+Green+Blue) = 202+53+52=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3534 is #35CACB. Grayscale: #616161. Windows color (decimal): -3525324 or 3421642. OLE color: 3421642.

HSL color Cylindrical-coordinate representation of color #CA3534: hue angle of 0.4º degrees, saturation: 0.59, 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 #CA3534 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2025352-
CMYK00.740.740.21
HSL0.4º59.06%49.8%-
HSV(B)0.4º74.26%79.22%-
XYZ26.2515.354.83-
YUV97.44102.36202.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=65.80%
G=17.26%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202535200.740.740.210.459.0649.8
HexCA353404A4A1503b32
Octal312656401121122507362
Binary11001010110101110100010010101001010101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3534; }

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

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

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

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

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

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

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

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