Html Css Color HEX #C7312E Persian Red

📋 copy color: '#C7312E'

red 199 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #C7312E

Tints of Persian Red #C7312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 67.69%
G = 16.67%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7312E (or 0xC7312E) is known color: Persian Red. HEX triplet: C7, 31 and 2E. RGB value is (199,49,46). Sum of RGB (Red+Green+Blue) = 199+49+46=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7312E is #38CED1. Grayscale: #5D5D5D. Windows color (decimal): -3722962 or 3027399. OLE color: 3027399.

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

Color convert

RGB 199 49 46 -
CMYK 0 0.75 0.77 0.22
HSL 1.18º 0.62% 0.48% -
HSV(B) 1.18º 0.77% 0.78% -
XYZ 25.14 14.54 4.07 -
YUV 93.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 199 49 46 0 0.75 0.77 0.22 1.18 0.62 0.48
Hex C7 31 2E 0 4B 4D 16 1 3E 30
Octal 307 61 56 0 113 115 26 1 76 60
Binary 11000111 110001 101110 0 1001011 1001101 10110 1 111110 110000

Color Harmonies of #C7312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7312E

Black with #C7312E

Text Example


Text Example

White with #C7312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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