#C32C29

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

Shades of Persian Red #C32C29

Tints of Persian Red #C32C29

Color information

#C32C29 (or 0xC32C29) is unknown color: approx Persian Red. HEX triplet: C3, 2C and 29. RGB value is (195,44,41). Sum of RGB (Red+Green+Blue) = 195+44+41=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C29 is #3CD3D6. Grayscale: #585858. Windows color (decimal): -3986391 or 2698435. OLE color: 2698435.

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

Color convert

RGB1954441-
CMYK00.770.790.24
HSL1.17º65.25%46.27%-
HSV(B)1.17º78.97%76.47%-
XYZ23.8113.563.46-
YUV88.81101.03203.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.64%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 41 (16.41% from 255) = 14.64%
R=69.64%
G=15.71%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195444100.770.790.241.1765.2546.27
HexC32C2904D4F181412e
Octal3035451011511730110156
Binary110000111011001010010100110110011111100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C29; }

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

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

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

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

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

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

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

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