#C63837

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

Shades of Persian Red #C63837

Tints of Persian Red #C63837

Color information

#C63837 (or 0xC63837) is unknown color: approx Persian Red. HEX triplet: C6, 38 and 37. RGB value is (198,56,55). Sum of RGB (Red+Green+Blue) = 198+56+55=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63837 is #39C7C8. Grayscale: #626262. Windows color (decimal): -3786697 or 3619014. OLE color: 3619014.

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

Color convert

RGB1985655-
CMYK00.720.720.22
HSL0.42º56.52%49.61%-
HSV(B)0.42º72.22%77.65%-
XYZ25.3915.115.19-
YUV98.34103.54199.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=64.08%
G=18.12%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198565500.720.720.220.4256.5249.61
HexC63837048481603932
Octal306706701101102607162
Binary11000110111000110111010010001001000101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63837; }

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

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

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

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

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

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

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

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