#CA3B35

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

Shades of Persian Red #CA3B35

Tints of Persian Red #CA3B35

Color information

#CA3B35 (or 0xCA3B35) is unknown color: approx Persian Red. HEX triplet: CA, 3B and 35. RGB value is (202,59,53). Sum of RGB (Red+Green+Blue) = 202+59+53=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B35 is #35C4CA. Grayscale: #656565. Windows color (decimal): -3523787 or 3488714. OLE color: 3488714.

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

Color convert

RGB2025953-
CMYK00.710.740.21
HSL2.42º58.43%50%-
HSV(B)2.42º73.76%79.22%-
XYZ26.5615.945.05-
YUV101.07100.88199.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=64.33%
G=18.79%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202595300.710.740.212.4258.4350
HexCA3B350474A1523a32
Octal312736501071122527262
Binary110010101110111101010100011110010101010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B35; }

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

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

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

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

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

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

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

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