#C63E37

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

Shades of Persian Red #C63E37

Tints of Persian Red #C63E37

Color information

#C63E37 (or 0xC63E37) is unknown color: approx Persian Red. HEX triplet: C6, 3E and 37. RGB value is (198,62,55). Sum of RGB (Red+Green+Blue) = 198+62+55=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E37 is #39C1C8. Grayscale: #666666. Windows color (decimal): -3785161 or 3620550. OLE color: 3620550.

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

Color convert

RGB1986255-
CMYK00.690.720.22
HSL2.94º56.52%49.61%-
HSV(B)2.94º72.22%77.65%-
XYZ25.715.735.3-
YUV101.87101.56196.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.86%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=62.86%
G=19.68%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198625500.690.720.222.9456.5249.61
HexC63E37045481633932
Octal306766701051102637162
Binary110001101111101101110100010110010001011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63E37; }

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

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

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

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

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

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

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

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