#C63E39

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

Shades of Persian Red #C63E39

Tints of Persian Red #C63E39

Color information

#C63E39 (or 0xC63E39) is unknown color: approx Persian Red. HEX triplet: C6, 3E and 39. RGB value is (198,62,57). Sum of RGB (Red+Green+Blue) = 198+62+57=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E39 is #39C1C6. Grayscale: #666666. Windows color (decimal): -3785159 or 3751622. OLE color: 3751622.

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

Color convert

RGB1986257-
CMYK00.690.710.22
HSL2.13º55.29%50%-
HSV(B)2.13º71.21%77.65%-
XYZ25.7515.755.55-
YUV102.09102.56196.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.46%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=62.46%
G=19.56%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198625700.690.710.222.1355.2950
HexC63E39045471623732
Octal306767101051072626762
Binary110001101111101110010100010110001111011010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63E39; }

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

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

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

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

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

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

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

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