#CA4136

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

Shades of Persian Red #CA4136

Tints of Persian Red #CA4136

Color information

#CA4136 (or 0xCA4136) is unknown color: approx Persian Red. HEX triplet: CA, 41 and 36. RGB value is (202,65,54). Sum of RGB (Red+Green+Blue) = 202+65+54=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4136 is #35BEC9. Grayscale: #686868. Windows color (decimal): -3522250 or 3555786. OLE color: 3555786.

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

Color convert

RGB2026554-
CMYK00.680.730.21
HSL4.46º58.27%50.2%-
HSV(B)4.46º73.27%79.22%-
XYZ26.9116.65.28-
YUV104.7199.39197.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=62.93%
G=20.25%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202655400.680.730.214.4658.2750.2
HexCA4136044491543a32
Octal3121016601041112547262
Binary11001010100000111011001000100100100110101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4136; }

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

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

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

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

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

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

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

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