#C6403F

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

Shades of Persian Red #C6403F

Tints of Persian Red #C6403F

Color information

#C6403F (or 0xC6403F) is unknown color: approx Persian Red. HEX triplet: C6, 40 and 3F. RGB value is (198,64,63). Sum of RGB (Red+Green+Blue) = 198+64+63=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6403F is #39BFC0. Grayscale: #686868. Windows color (decimal): -3784641 or 4145350. OLE color: 4145350.

HSL color Cylindrical-coordinate representation of color #C6403F: hue angle of 0.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6403F is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1986463-
CMYK00.680.680.22
HSL0.44º54.22%51.18%-
HSV(B)0.44º68.18%77.65%-
XYZ26.0216.036.43-
YUV103.95104.89195.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 63 (25% from 255) = 19.38%
R=60.92%
G=19.69%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198646300.680.680.220.4454.2251.18
HexC6403F044441603633
Octal3061007701041042606663
Binary110001101000000111111010001001000100101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6403F; }

 p { color: rgb(198,64,63); }

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

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

 a { background-color: rgb(198,64,63); }

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

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

 span { border-color: rgb(198,64,63); }

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