#C63B38

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

Shades of Persian Red #C63B38

Tints of Persian Red #C63B38

Color information

#C63B38 (or 0xC63B38) is unknown color: approx Persian Red. HEX triplet: C6, 3B and 38. RGB value is (198,59,56). Sum of RGB (Red+Green+Blue) = 198+59+56=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B38 is #39C4C7. Grayscale: #646464. Windows color (decimal): -3785928 or 3685318. OLE color: 3685318.

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

Color convert

RGB1985956-
CMYK00.700.720.22
HSL1.27º55.91%49.8%-
HSV(B)1.27º71.72%77.65%-
XYZ25.5715.425.37-
YUV100.22103.05197.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.26%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=63.26%
G=18.85%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198595600.700.720.221.2755.9149.8
HexC63B38046481613832
Octal306737001061102617062
Binary11000110111011111000010001101001000101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B38; }

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

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

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

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

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

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

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

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