#c33529

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

Shades of Persian Red #C33529

Tints of Persian Red #C33529

Color information

#C33529 (or 0xC33529) is unknown color: approx Persian Red. HEX triplet: C3, 35 and 29. RGB value is (195,53,41). Sum of RGB (Red+Green+Blue) = 195+53+41=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C33529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33529 is #3CCAD6. Grayscale: #5E5E5E. Windows color (decimal): -3984087 or 2700739. OLE color: 2700739.

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

Color convert

RGB1955341-
CMYK00.730.790.24
HSL4.68º65.25%46.27%-
HSV(B)4.68º78.97%76.47%-
XYZ24.1814.313.59-
YUV94.0998.04199.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.47%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=67.47%
G=18.34%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195534100.730.790.244.6865.2546.27
HexC335290494F185412e
Octal3036551011111730510156
Binary11000011110101101001010010011001111110001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33529; }

 p { color: rgb(195,53,41); }

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

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

 a { background-color: rgb(195,53,41); }

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

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

 span { border-color: rgb(195,53,41); }

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