#C32A27

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

Shades of Persian Red #C32A27

Tints of Persian Red #C32A27

Color information

#C32A27 (or 0xC32A27) is unknown color: approx Persian Red. HEX triplet: C3, 2A and 27. RGB value is (195,42,39). Sum of RGB (Red+Green+Blue) = 195+42+39=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A27 is #3CD5D8. Grayscale: #575757. Windows color (decimal): -3986905 or 2566851. OLE color: 2566851.

HSL color Cylindrical-coordinate representation of color #C32A27: hue angle of 1.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32A27 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1954239-
CMYK00.780.800.24
HSL1.15º66.67%45.88%-
HSV(B)1.15º80%76.47%-
XYZ23.713.43.26-
YUV87.4100.69204.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.65%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=70.65%
G=15.22%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195423900.780.800.241.1566.6745.88
HexC32A2704E50181432e
Octal3035247011612030110356
Binary110000111010101001110100111010100001100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A27; }

 p { color: rgb(195,42,39); }

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

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

 a { background-color: rgb(195,42,39); }

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

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

 span { border-color: rgb(195,42,39); }

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