#C63831

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

Shades of Persian Red #C63831

Tints of Persian Red #C63831

Color information

#C63831 (or 0xC63831) is unknown color: approx Persian Red. HEX triplet: C6, 38 and 31. RGB value is (198,56,49). Sum of RGB (Red+Green+Blue) = 198+56+49=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C63831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63831 is #39C7CE. Grayscale: #616161. Windows color (decimal): -3786703 or 3225798. OLE color: 3225798.

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

Color convert

RGB1985649-
CMYK00.720.750.22
HSL2.82º60.32%48.43%-
HSV(B)2.82º75.25%77.65%-
XYZ25.2615.064.48-
YUV97.66100.54199.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=65.35%
G=18.48%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198564900.720.750.222.8260.3248.43
HexC638310484B1633c30
Octal306706101101132637460
Binary110001101110001100010100100010010111011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63831; }

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

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

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

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

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

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

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

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