Html Css Color HEX #C7312D Persian Red

📋 copy color: '#C7312D'

red 199 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #C7312D

Tints of Persian Red #C7312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 67.92%
G = 16.72%
B = 15.36%

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

#C7312D (or 0xC7312D) is known color: Persian Red. HEX triplet: C7, 31 and 2D. RGB value is (199,49,45). Sum of RGB (Red+Green+Blue) = 199+49+45=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7312D is #38CED2. Grayscale: #5D5D5D. Windows color (decimal): -3722963 or 2961863. OLE color: 2961863.

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

Color convert

RGB 199 49 45 -
CMYK 0 0.75 0.77 0.22
HSL 1.56º 0.63% 0.48% -
HSV(B) 1.56º 0.77% 0.78% -
XYZ 25.13 14.53 3.96 -
YUV 93.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 199 49 45 0 0.75 0.77 0.22 1.56 0.63 0.48
Hex C7 31 2D 0 4B 4D 16 2 3F 30
Octal 307 61 55 0 113 115 26 2 77 60
Binary 11000111 110001 101101 0 1001011 1001101 10110 10 111111 110000

Color Harmonies of #C7312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7312D

Black with #C7312D

Text Example


Text Example

White with #C7312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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