#C7342A

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

Shades of Persian Red #C7342A

Tints of Persian Red #C7342A

Color information

#C7342A (or 0xC7342A) is unknown color: approx Persian Red. HEX triplet: C7, 34 and 2A. RGB value is (199,52,42). Sum of RGB (Red+Green+Blue) = 199+52+42=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7342A is #38CBD5. Grayscale: #5F5F5F. Windows color (decimal): -3722198 or 2766023. OLE color: 2766023.

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

Color convert

RGB1995242-
CMYK00.740.790.22
HSL3.82º65.15%47.25%-
HSV(B)3.82º78.89%78.04%-
XYZ25.214.773.71-
YUV94.8198.2202.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.92%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=67.92%
G=17.75%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199524200.740.790.223.8265.1547.25
HexC7342A04A4F164412f
Octal3076452011211726410157
Binary11000111110100101010010010101001111101101001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7342A; }

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

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

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

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

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

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

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

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