#C7382E

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

Shades of Persian Red #C7382E

Tints of Persian Red #C7382E

Color information

#C7382E (or 0xC7382E) is unknown color: approx Persian Red. HEX triplet: C7, 38 and 2E. RGB value is (199,56,46). Sum of RGB (Red+Green+Blue) = 199+56+46=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7382E is #38C7D1. Grayscale: #616161. Windows color (decimal): -3721170 or 3029191. OLE color: 3029191.

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

Color convert

RGB1995646-
CMYK00.720.770.22
HSL3.92º62.45%48.04%-
HSV(B)3.92º76.88%78.04%-
XYZ25.4615.174.17-
YUV97.6298.88200.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.11%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=66.11%
G=18.60%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199564600.720.770.223.9262.4548.04
HexC7382E0484D1643e30
Octal307705601101152647660
Binary1100011111100010111001001000100110110110100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7382E; }

 p { color: rgb(199,56,46); }

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

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

 a { background-color: rgb(199,56,46); }

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

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

 span { border-color: rgb(199,56,46); }

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