#C9352C

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

Shades of Persian Red #C9352C

Tints of Persian Red #C9352C

Color information

#C9352C (or 0xC9352C) is unknown color: approx Persian Red. HEX triplet: C9, 35 and 2C. RGB value is (201,53,44). Sum of RGB (Red+Green+Blue) = 201+53+44=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9352C is #36CAD3. Grayscale: #606060. Windows color (decimal): -3590868 or 2897353. OLE color: 2897353.

HSL color Cylindrical-coordinate representation of color #C9352C: hue angle of 3.44º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9352C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2015344-
CMYK00.740.780.21
HSL3.44º64.08%48.04%-
HSV(B)3.44º78.11%78.82%-
XYZ25.8215.153.95-
YUV96.2398.53202.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.45%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=67.45%
G=17.79%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201534400.740.780.213.4464.0848.04
HexC9352C04A4E1534030
Octal3116554011211625310060
Binary1100100111010110110001001010100111010101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9352C; }

 p { color: rgb(201,53,44); }

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

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

 a { background-color: rgb(201,53,44); }

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

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

 span { border-color: rgb(201,53,44); }

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