#C63B32

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

Shades of Persian Red #C63B32

Tints of Persian Red #C63B32

Color information

#C63B32 (or 0xC63B32) is unknown color: approx Persian Red. HEX triplet: C6, 3B and 32. RGB value is (198,59,50). Sum of RGB (Red+Green+Blue) = 198+59+50=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B32 is #39C4CD. Grayscale: #636363. Windows color (decimal): -3785934 or 3292102. OLE color: 3292102.

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

Color convert

RGB1985950-
CMYK00.700.750.22
HSL3.65º59.68%48.63%-
HSV(B)3.65º74.75%77.65%-
XYZ25.4315.364.64-
YUV99.54100.05198.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=64.50%
G=19.22%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198595000.700.750.223.6559.6848.63
HexC63B320464B1643c31
Octal306736201061132647461
Binary1100011011101111001001000110100101110110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B32; }

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

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

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

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

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

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

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

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