#c63a34

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

Shades of Persian Red #C63A34

Tints of Persian Red #C63A34

Color information

#C63A34 (or 0xC63A34) is unknown color: approx Persian Red. HEX triplet: C6, 3A and 34. RGB value is (198,58,52). Sum of RGB (Red+Green+Blue) = 198+58+52=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A34 is #39C5CB. Grayscale: #636363. Windows color (decimal): -3786188 or 3422918. OLE color: 3422918.

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

Color convert

RGB1985852-
CMYK00.710.740.22
HSL2.47º58.4%49.02%-
HSV(B)2.47º73.74%77.65%-
XYZ25.4215.284.86-
YUV99.18101.38198.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.29%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=64.29%
G=18.83%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198585200.710.740.222.4758.449.02
HexC63A340474A1623a31
Octal306726401071122627261
Binary110001101110101101000100011110010101011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63a34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63a34; }

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

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

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

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

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

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

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

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