#C63425

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

Shades of Persian Red #C63425

Tints of Persian Red #C63425

Color information

#C63425 (or 0xC63425) is unknown color: approx Persian Red. HEX triplet: C6, 34 and 25. RGB value is (198,52,37). Sum of RGB (Red+Green+Blue) = 198+52+37=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C63425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63425 is #39CBDA. Grayscale: #5E5E5E. Windows color (decimal): -3787739 or 2438342. OLE color: 2438342.

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

Color convert

RGB1985237-
CMYK00.740.810.22
HSL5.59º68.51%46.08%-
HSV(B)5.59º81.31%77.65%-
XYZ24.8514.63.26-
YUV93.9495.87202.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.99%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=68.99%
G=18.12%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198523700.740.810.225.5968.5146.08
HexC6342504A51166452e
Octal3066445011212126610556
Binary11000110110100100101010010101010001101101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63425; }

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

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

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

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

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

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

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

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