#c63a36

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

Shades of Persian Red #C63A36

Tints of Persian Red #C63A36

Color information

#C63A36 (or 0xC63A36) is unknown color: approx Persian Red. HEX triplet: C6, 3A and 36. RGB value is (198,58,54). Sum of RGB (Red+Green+Blue) = 198+58+54=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A36 is #39C5C9. Grayscale: #636363. Windows color (decimal): -3786186 or 3553990. OLE color: 3553990.

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

Color convert

RGB1985854-
CMYK00.710.730.22
HSL1.67º57.14%49.41%-
HSV(B)1.67º72.73%77.65%-
XYZ25.4715.35.1-
YUV99.4102.38198.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=63.87%
G=18.71%
B=17.42%

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
Decimal198585400.710.730.221.6757.1449.41
HexC63A36047491623931
Octal306726601071112627161
Binary110001101110101101100100011110010011011010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63a36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63a36; }

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

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

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

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

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

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

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

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