Html Css Color HEX #C7352E Persian Red

📋 copy color: '#C7352E'

red 199 ◦ green 53 ◦ blue 46

#C7352E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C7352E

Tints of Persian Red #C7352E

RGB

 RED value IS 199 (78.13% from 255) = 66.78%

 GREEN value IS 53 (21.09% from 255) = 17.79%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 66.78%
G = 17.79%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7352E (or 0xC7352E) is known color: Persian Red. HEX triplet: C7, 35 and 2E. RGB value is (199,53,46). Sum of RGB (Red+Green+Blue) = 199+53+46=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7352E is #38CAD1. Grayscale: #606060. Windows color (decimal): -3721938 or 3028423. OLE color: 3028423.

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

Color convert

RGB 199 53 46 -
CMYK 0 0.73 0.77 0.22
HSL 2.75º 0.62% 0.48% -
HSV(B) 2.75º 0.77% 0.78% -
XYZ 25.32 14.89 4.12 -
YUV 95.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 199 53 46 0 0.73 0.77 0.22 2.75 0.62 0.48
Hex C7 35 2E 0 49 4D 16 3 3E 30
Octal 307 65 56 0 111 115 26 3 76 60
Binary 11000111 110101 101110 0 1001001 1001101 10110 11 111110 110000

Color Harmonies of #C7352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7352E

Black with #C7352E

Text Example


Text Example

White with #C7352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7352E; }

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

 H1.HeaderClassName
 {
   color: #C7352E;
 }
 .AnyTagClassName
 {
   color: #C7352E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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