#C32A26

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

Shades of Persian Red #C32A26

Tints of Persian Red #C32A26

Color information

#C32A26 (or 0xC32A26) is unknown color: approx Persian Red. HEX triplet: C3, 2A and 26. RGB value is (195,42,38). Sum of RGB (Red+Green+Blue) = 195+42+38=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A26 is #3CD5D9. Grayscale: #575757. Windows color (decimal): -3986906 or 2501315. OLE color: 2501315.

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

Color convert

RGB1954238-
CMYK00.780.810.24
HSL1.53º67.38%45.69%-
HSV(B)1.53º80.51%76.47%-
XYZ23.6813.43.17-
YUV87.29100.19204.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.91%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=70.91%
G=15.27%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195423800.780.810.241.5367.3845.69
HexC32A2604E51182432e
Octal3035246011612130210356
Binary1100001110101010011001001110101000111000101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A26; }

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

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

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

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

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

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

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

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