#C7362D

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

Shades of Persian Red #C7362D

Tints of Persian Red #C7362D

Color information

#C7362D (or 0xC7362D) is unknown color: approx Persian Red. HEX triplet: C7, 36 and 2D. RGB value is (199,54,45). Sum of RGB (Red+Green+Blue) = 199+54+45=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7362D is #38C9D2. Grayscale: #606060. Windows color (decimal): -3721683 or 2963143. OLE color: 2963143.

HSL color Cylindrical-coordinate representation of color #C7362D: hue angle of 3.51º degrees, saturation: 0.63, 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 #C7362D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1995445-
CMYK00.730.770.22
HSL3.51º63.11%47.84%-
HSV(B)3.51º77.39%78.04%-
XYZ25.3514.974.04-
YUV96.3399.04201.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.78%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=66.78%
G=18.12%
B=15.10%

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
Decimal199544500.730.770.223.5163.1147.84
HexC7362D0494D1643f30
Octal307665501111152647760
Binary1100011111011010110101001001100110110110100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7362D; }

 p { color: rgb(199,54,45); }

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

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

 a { background-color: rgb(199,54,45); }

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

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

 span { border-color: rgb(199,54,45); }

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