#C63532

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

Shades of Persian Red #C63532

Tints of Persian Red #C63532

Color information

#C63532 (or 0xC63532) is unknown color: approx Persian Red. HEX triplet: C6, 35 and 32. RGB value is (198,53,50). Sum of RGB (Red+Green+Blue) = 198+53+50=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63532 is #39CACD. Grayscale: #606060. Windows color (decimal): -3787470 or 3290566. OLE color: 3290566.

HSL color Cylindrical-coordinate representation of color #C63532: hue angle of 1.22º 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 #C63532 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1985350-
CMYK00.730.750.22
HSL1.22º59.68%48.63%-
HSV(B)1.22º74.75%77.65%-
XYZ25.1414.784.55-
YUV96.01102.04200.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.78%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=65.78%
G=17.61%
B=16.61%

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
Decimal198535000.730.750.221.2259.6848.63
HexC635320494B1613c31
Octal306656201111132617461
Binary11000110110101110010010010011001011101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63532; }

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

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

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

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

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

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

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

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