#C32E2C

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

Shades of Persian Red #C32E2C

Tints of Persian Red #C32E2C

Color information

#C32E2C (or 0xC32E2C) is unknown color: approx Persian Red. HEX triplet: C3, 2E and 2C. RGB value is (195,46,44). Sum of RGB (Red+Green+Blue) = 195+46+44=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E2C is #3CD1D3. Grayscale: #5A5A5A. Windows color (decimal): -3985876 or 2895555. OLE color: 2895555.

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

Color convert

RGB1954644-
CMYK00.760.770.24
HSL0.79º63.18%46.86%-
HSV(B)0.79º77.44%76.47%-
XYZ23.9413.743.77-
YUV90.32101.86202.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.42%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 44 (17.58% from 255) = 15.44%
R=68.42%
G=16.14%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195464400.760.770.240.7963.1846.86
HexC32E2C04C4D1813f2f
Octal303565401141153017757
Binary11000011101110101100010011001001101110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E2C; }

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

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

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

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

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

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

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

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