#C63830

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

Shades of Persian Red #C63830

Tints of Persian Red #C63830

Color information

#C63830 (or 0xC63830) is unknown color: approx Persian Red. HEX triplet: C6, 38 and 30. RGB value is (198,56,48). Sum of RGB (Red+Green+Blue) = 198+56+48=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63830 is #39C7CF. Grayscale: #616161. Windows color (decimal): -3786704 or 3160262. OLE color: 3160262.

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

Color convert

RGB1985648-
CMYK00.720.760.22
HSL3.2º60.98%48.24%-
HSV(B)3.2º75.76%77.65%-
XYZ25.2415.054.37-
YUV97.55100.04199.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.56%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=65.56%
G=18.54%
B=15.89%

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
Decimal198564800.720.760.223.260.9848.24
HexC638300484C1633d30
Octal306706001101142637560
Binary110001101110001100000100100010011001011011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63830; }

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

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

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

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

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

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

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

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