#CA3C36

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

Shades of Persian Red #CA3C36

Tints of Persian Red #CA3C36

Color information

#CA3C36 (or 0xCA3C36) is unknown color: approx Persian Red. HEX triplet: CA, 3C and 36. RGB value is (202,60,54). Sum of RGB (Red+Green+Blue) = 202+60+54=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C36 is #35C3C9. Grayscale: #656565. Windows color (decimal): -3523530 or 3554506. OLE color: 3554506.

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

Color convert

RGB2026054-
CMYK00.700.730.21
HSL2.43º58.27%50.2%-
HSV(B)2.43º73.27%79.22%-
XYZ26.6416.055.18-
YUV101.77101.04199.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.92%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=63.92%
G=18.99%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202605400.700.730.212.4358.2750.2
HexCA3C36046491523a32
Octal312746601061112527262
Binary110010101111001101100100011010010011010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3C36; }

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

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

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

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

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

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

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

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