#C3322C

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

Shades of Persian Red #C3322C

Tints of Persian Red #C3322C

Color information

#C3322C (or 0xC3322C) is unknown color: approx Persian Red. HEX triplet: C3, 32 and 2C. RGB value is (195,50,44). Sum of RGB (Red+Green+Blue) = 195+50+44=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3322C is #3CCDD3. Grayscale: #5C5C5C. Windows color (decimal): -3984852 or 2896579. OLE color: 2896579.

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

Color convert

RGB1955044-
CMYK00.740.770.24
HSL2.38º63.18%46.86%-
HSV(B)2.38º77.44%76.47%-
XYZ24.114.073.83-
YUV92.67100.54200.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.47%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=67.47%
G=17.30%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195504400.740.770.242.3863.1846.86
HexC3322C04A4D1823f2f
Octal303625401121153027757
Binary110000111100101011000100101010011011100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3322C; }

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

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

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

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

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

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

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

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