#C63225

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

Shades of Persian Red #C63225

Tints of Persian Red #C63225

Color information

#C63225 (or 0xC63225) is unknown color: approx Persian Red. HEX triplet: C6, 32 and 25. RGB value is (198,50,37). Sum of RGB (Red+Green+Blue) = 198+50+37=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C63225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63225 is #39CDDA. Grayscale: #5C5C5C. Windows color (decimal): -3788251 or 2437830. OLE color: 2437830.

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

Color convert

RGB1985037-
CMYK00.750.810.22
HSL4.84º68.51%46.08%-
HSV(B)4.84º81.31%77.65%-
XYZ24.7614.423.23-
YUV92.7796.53203.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.47%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=69.47%
G=17.54%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198503700.750.810.224.8468.5146.08
HexC6322504B51165452e
Octal3066245011312126510556
Binary11000110110010100101010010111010001101101011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63225; }

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

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

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

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

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

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

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

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