#CA3636

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

Shades of Persian Red #CA3636

Tints of Persian Red #CA3636

Color information

#CA3636 (or 0xCA3636) is unknown color: approx Persian Red. HEX triplet: CA, 36 and 36. RGB value is (202,54,54). Sum of RGB (Red+Green+Blue) = 202+54+54=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3636 is #35C9C9. Grayscale: #626262. Windows color (decimal): -3525066 or 3552970. OLE color: 3552970.

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

Color convert

RGB2025454-
CMYK00.730.730.21
HSL58.27%50.2%-
HSV(B)73.27%79.22%-
XYZ26.3415.465.09-
YUV98.25103.03202-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.16%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=65.16%
G=17.42%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202545400.730.730.21058.2750.2
HexCA3636049491503a32
Octal312666601111112507262
Binary11001010110110110110010010011001001101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3636; }

 p { color: rgb(202,54,54); }

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

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

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

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

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

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

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