#C32B29

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

Shades of Persian Red #C32B29

Tints of Persian Red #C32B29

Color information

#C32B29 (or 0xC32B29) is unknown color: approx Persian Red. HEX triplet: C3, 2B and 29. RGB value is (195,43,41). Sum of RGB (Red+Green+Blue) = 195+43+41=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B29 is #3CD4D6. Grayscale: #585858. Windows color (decimal): -3986647 or 2698179. OLE color: 2698179.

HSL color Cylindrical-coordinate representation of color #C32B29: hue angle of 0.78º 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 #C32B29 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1954341-
CMYK00.780.790.24
HSL0.78º65.25%46.27%-
HSV(B)0.78º78.97%76.47%-
XYZ23.7713.493.45-
YUV88.22101.36204.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.89%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=69.89%
G=15.41%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195434100.780.790.240.7865.2546.27
HexC32B2904E4F181412e
Octal3035351011611730110156
Binary110000111010111010010100111010011111100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32B29; }

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

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

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

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

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

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

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

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