#C63525

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

Shades of Persian Red #C63525

Tints of Persian Red #C63525

Color information

#C63525 (or 0xC63525) is unknown color: approx Persian Red. HEX triplet: C6, 35 and 25. RGB value is (198,53,37). Sum of RGB (Red+Green+Blue) = 198+53+37=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63525 is #39CADA. Grayscale: #5E5E5E. Windows color (decimal): -3787483 or 2438598. OLE color: 2438598.

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

Color convert

RGB1985337-
CMYK00.730.810.22
HSL5.96º68.51%46.08%-
HSV(B)5.96º81.31%77.65%-
XYZ24.914.693.27-
YUV94.5395.54201.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.75%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=68.75%
G=18.40%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198533700.730.810.225.9668.5146.08
HexC6352504951166452e
Octal3066545011112126610556
Binary11000110110101100101010010011010001101101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63525; }

 p { color: rgb(198,53,37); }

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

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

 a { background-color: rgb(198,53,37); }

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

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

 span { border-color: rgb(198,53,37); }

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