#C63632

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

Shades of Persian Red #C63632

Tints of Persian Red #C63632

Color information

#C63632 (or 0xC63632) is unknown color: approx Persian Red. HEX triplet: C6, 36 and 32. RGB value is (198,54,50). Sum of RGB (Red+Green+Blue) = 198+54+50=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63632 is #39C9CD. Grayscale: #606060. Windows color (decimal): -3787214 or 3290822. OLE color: 3290822.

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

Color convert

RGB1985450-
CMYK00.730.750.22
HSL1.62º59.68%48.63%-
HSV(B)1.62º74.75%77.65%-
XYZ25.1814.874.56-
YUV96.6101.71200.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.56%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=65.56%
G=17.88%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198545000.730.750.221.6259.6848.63
HexC636320494B1623c31
Octal306666201111132627461
Binary110001101101101100100100100110010111011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63632; }

 p { color: rgb(198,54,50); }

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

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

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

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

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

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

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