#CA3634

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

Shades of Persian Red #CA3634

Tints of Persian Red #CA3634

Color information

#CA3634 (or 0xCA3634) is unknown color: approx Persian Red. HEX triplet: CA, 36 and 34. RGB value is (202,54,52). Sum of RGB (Red+Green+Blue) = 202+54+52=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3634 is #35C9CB. Grayscale: #626262. Windows color (decimal): -3525068 or 3421898. OLE color: 3421898.

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

Color convert

RGB2025452-
CMYK00.730.740.21
HSL0.8º59.06%49.8%-
HSV(B)0.8º74.26%79.22%-
XYZ26.315.444.84-
YUV98.02102.03202.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.58%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=65.58%
G=17.53%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202545200.730.740.210.859.0649.8
HexCA36340494A1513b32
Octal312666401111122517362
Binary11001010110110110100010010011001010101011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3634; }

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

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

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

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

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

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

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

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