#C6362E

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

Shades of Persian Red #C6362E

Tints of Persian Red #C6362E

Color information

#C6362E (or 0xC6362E) is unknown color: approx Persian Red. HEX triplet: C6, 36 and 2E. RGB value is (198,54,46). Sum of RGB (Red+Green+Blue) = 198+54+46=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6362E is #39C9D1. Grayscale: #606060. Windows color (decimal): -3787218 or 3028678. OLE color: 3028678.

HSL color Cylindrical-coordinate representation of color #C6362E: hue angle of 3.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6362E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1985446-
CMYK00.730.770.22
HSL3.16º62.3%47.84%-
HSV(B)3.16º76.77%77.65%-
XYZ25.114.844.13-
YUV96.1499.71200.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=66.44%
G=18.12%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198544600.730.770.223.1662.347.84
HexC6362E0494D1633e30
Octal306665601111152637660
Binary110001101101101011100100100110011011011011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6362E; }

 p { color: rgb(198,54,46); }

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

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

 a { background-color: rgb(198,54,46); }

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

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

 span { border-color: rgb(198,54,46); }

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