#C63936

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

Shades of Persian Red #C63936

Tints of Persian Red #C63936

Color information

#C63936 (or 0xC63936) is unknown color: approx Persian Red. HEX triplet: C6, 39 and 36. RGB value is (198,57,54). Sum of RGB (Red+Green+Blue) = 198+57+54=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63936 is #39C6C9. Grayscale: #626262. Windows color (decimal): -3786442 or 3553734. OLE color: 3553734.

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

Color convert

RGB1985754-
CMYK00.710.730.22
HSL1.25º57.14%49.41%-
HSV(B)1.25º72.73%77.65%-
XYZ25.4215.25.08-
YUV98.82102.71198.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=64.08%
G=18.45%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198575400.710.730.221.2557.1449.41
HexC63936047491613931
Octal306716601071112617161
Binary11000110111001110110010001111001001101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63936; }

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

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

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

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

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

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

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

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