#C63329

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

Shades of Persian Red #C63329

Tints of Persian Red #C63329

Color information

#C63329 (or 0xC63329) is unknown color: approx Persian Red. HEX triplet: C6, 33 and 29. RGB value is (198,51,41). Sum of RGB (Red+Green+Blue) = 198+51+41=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C63329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63329 is #39CCD6. Grayscale: #5E5E5E. Windows color (decimal): -3787991 or 2700230. OLE color: 2700230.

HSL color Cylindrical-coordinate representation of color #C63329: hue angle of 3.82º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C63329 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1985141-
CMYK00.740.790.22
HSL3.82º65.69%46.86%-
HSV(B)3.82º79.29%77.65%-
XYZ24.8714.533.59-
YUV93.8198.2202.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.28%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=68.28%
G=17.59%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198514100.740.790.223.8265.6946.86
HexC6332904A4F164422f
Octal3066351011211726410257
Binary11000110110011101001010010101001111101101001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63329; }

 p { color: rgb(198,51,41); }

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

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

 a { background-color: rgb(198,51,41); }

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

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

 span { border-color: rgb(198,51,41); }

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