#C63730

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

Shades of Persian Red #C63730

Tints of Persian Red #C63730

Color information

#C63730 (or 0xC63730) is unknown color: approx Persian Red. HEX triplet: C6, 37 and 30. RGB value is (198,55,48). Sum of RGB (Red+Green+Blue) = 198+55+48=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63730 is #39C8CF. Grayscale: #616161. Windows color (decimal): -3786960 or 3160006. OLE color: 3160006.

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

Color convert

RGB1985548-
CMYK00.720.760.22
HSL2.8º60.98%48.24%-
HSV(B)2.8º75.76%77.65%-
XYZ25.1914.954.35-
YUV96.96100.38200.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.78%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=65.78%
G=18.27%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198554800.720.760.222.860.9848.24
HexC637300484C1633d30
Octal306676001101142637560
Binary110001101101111100000100100010011001011011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63730; }

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

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

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

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

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

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

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

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