#C6413D

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

Shades of Persian Red #C6413D

Tints of Persian Red #C6413D

Color information

#C6413D (or 0xC6413D) is unknown color: approx Persian Red. HEX triplet: C6, 41 and 3D. RGB value is (198,65,61). Sum of RGB (Red+Green+Blue) = 198+65+61=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6413D is #39BEC2. Grayscale: #686868. Windows color (decimal): -3784387 or 4014534. OLE color: 4014534.

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

Color convert

RGB1986561-
CMYK00.670.690.22
HSL1.75º54.58%50.78%-
HSV(B)1.75º69.19%77.65%-
XYZ26.0216.126.16-
YUV104.31103.56194.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.11%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=61.11%
G=20.06%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198656100.670.690.221.7554.5850.78
HexC6413D043451623733
Octal3061017501031052626763
Binary1100011010000011111010100001110001011011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6413D; }

 p { color: rgb(198,65,61); }

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

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

 a { background-color: rgb(198,65,61); }

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

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

 span { border-color: rgb(198,65,61); }

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