#CA3B39

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

Shades of Persian Red #CA3B39

Tints of Persian Red #CA3B39

Color information

#CA3B39 (or 0xCA3B39) is unknown color: approx Persian Red. HEX triplet: CA, 3B and 39. RGB value is (202,59,57). Sum of RGB (Red+Green+Blue) = 202+59+57=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B39 is #35C4C6. Grayscale: #656565. Windows color (decimal): -3523783 or 3750858. OLE color: 3750858.

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

Color convert

RGB2025957-
CMYK00.710.720.21
HSL0.83º57.77%50.78%-
HSV(B)0.83º71.78%79.22%-
XYZ26.6615.985.55-
YUV101.53102.88199.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=63.52%
G=18.55%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202595700.710.720.210.8357.7750.78
HexCA3B39047481513a33
Octal312737101071102517263
Binary11001010111011111001010001111001000101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B39; }

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

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

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

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

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

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

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

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