#C7352A

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

Shades of Persian Red #C7352A

Tints of Persian Red #C7352A

Color information

#C7352A (or 0xC7352A) is unknown color: approx Persian Red. HEX triplet: C7, 35 and 2A. RGB value is (199,53,42). Sum of RGB (Red+Green+Blue) = 199+53+42=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7352A is #38CAD5. Grayscale: #5F5F5F. Windows color (decimal): -3721942 or 2766279. OLE color: 2766279.

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

Color convert

RGB1995342-
CMYK00.730.790.22
HSL4.2º65.15%47.25%-
HSV(B)4.2º78.89%78.04%-
XYZ25.2414.863.73-
YUV95.497.87201.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.69%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=67.69%
G=18.03%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199534200.730.790.224.265.1547.25
HexC7352A0494F164412f
Octal3076552011111726410157
Binary11000111110101101010010010011001111101101001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7352A; }

 p { color: rgb(199,53,42); }

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

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

 a { background-color: rgb(199,53,42); }

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

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

 span { border-color: rgb(199,53,42); }

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