#CA3533

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

Shades of Persian Red #CA3533

Tints of Persian Red #CA3533

Color information

#CA3533 (or 0xCA3533) is unknown color: approx Persian Red. HEX triplet: CA, 35 and 33. RGB value is (202,53,51). Sum of RGB (Red+Green+Blue) = 202+53+51=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3533 is #35CACC. Grayscale: #616161. Windows color (decimal): -3525325 or 3356106. OLE color: 3356106.

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

Color convert

RGB2025351-
CMYK00.740.750.21
HSL0.79º59.68%49.61%-
HSV(B)0.79º74.75%79.22%-
XYZ26.2315.344.71-
YUV97.32101.86202.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.01%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=66.01%
G=17.32%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202535100.740.750.210.7959.6849.61
HexCA353304A4B1513c32
Octal312656301121132517462
Binary11001010110101110011010010101001011101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3533; }

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

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

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

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

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

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

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

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