#C64040

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

Shades of Persian Red #C64040

Tints of Persian Red #C64040

Color information

#C64040 (or 0xC64040) is unknown color: approx Persian Red. HEX triplet: C6, 40 and 40. RGB value is (198,64,64). Sum of RGB (Red+Green+Blue) = 198+64+64=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C64040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64040 is #39BFBF. Grayscale: #686868. Windows color (decimal): -3784640 or 4210886. OLE color: 4210886.

HSL color Cylindrical-coordinate representation of color #C64040: hue angle of 0º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64040 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1986464-
CMYK00.680.680.22
HSL54.03%51.37%-
HSV(B)67.68%77.65%-
XYZ26.0516.046.57-
YUV104.07105.39195-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=60.74%
G=19.63%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198646400.680.680.22054.0351.37
HexC64040044441603633
Octal30610010001041042606663
Binary1100011010000001000000010001001000100101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64040; }

 p { color: rgb(198,64,64); }

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

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

 a { background-color: rgb(198,64,64); }

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

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

 span { border-color: rgb(198,64,64); }

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