#C7313E

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

Shades of Brick Red #C7313E

Tints of Brick Red #C7313E

Color information

#C7313E (or 0xC7313E) is unknown color: approx Brick Red. HEX triplet: C7, 31 and 3E. RGB value is (199,49,62). Sum of RGB (Red+Green+Blue) = 199+49+62=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7313E is #38CEC1. Grayscale: #5F5F5F. Windows color (decimal): -3722946 or 4075975. OLE color: 4075975.

HSL color Cylindrical-coordinate representation of color #C7313E: hue angle of 354.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7313E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1994962-
CMYK00.750.690.22
HSL354.8º60.48%48.63%-
HSV(B)354.8º75.38%78.04%-
XYZ25.5214.696.05-
YUV95.33109.2201.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.19%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 62 (24.61% from 255) = 20%
R=64.19%
G=15.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199496200.750.690.22354.860.4848.63
HexC7313E04B45161633c31
Octal30761760113105265437461
Binary1100011111000111111001001011100010110110101100011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7313E; }

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

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

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

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

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

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

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

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