#C63429

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

Shades of Persian Red #C63429

Tints of Persian Red #C63429

Color information

#C63429 (or 0xC63429) is unknown color: approx Persian Red. HEX triplet: C6, 34 and 29. RGB value is (198,52,41). Sum of RGB (Red+Green+Blue) = 198+52+41=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C63429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63429 is #39CBD6. Grayscale: #5E5E5E. Windows color (decimal): -3787735 or 2700486. OLE color: 2700486.

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

Color convert

RGB1985241-
CMYK00.740.790.22
HSL4.2º65.69%46.86%-
HSV(B)4.2º79.29%77.65%-
XYZ24.9214.623.61-
YUV94.497.87201.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.04%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=68.04%
G=17.87%
B=14.09%

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
Decimal198524100.740.790.224.265.6946.86
HexC6342904A4F164422f
Octal3066451011211726410257
Binary11000110110100101001010010101001111101101001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63429; }

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

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

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

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

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

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

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

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