#C7363F

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

Shades of Brick Red #C7363F

Tints of Brick Red #C7363F

Color information

#C7363F (or 0xC7363F) is unknown color: approx Brick Red. HEX triplet: C7, 36 and 3F. RGB value is (199,54,63). Sum of RGB (Red+Green+Blue) = 199+54+63=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7363F is #38C9C0. Grayscale: #626262. Windows color (decimal): -3721665 or 4142791. OLE color: 4142791.

HSL color Cylindrical-coordinate representation of color #C7363F: hue angle of 356.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7363F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1995463-
CMYK00.730.680.22
HSL356.28º57.31%49.61%-
HSV(B)356.28º72.86%78.04%-
XYZ25.7715.146.27-
YUV98.38108.04199.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 63 (25% from 255) = 19.94%
R=62.97%
G=17.09%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199546300.730.680.22356.2857.3149.61
HexC7363F04944161643932
Octal30766770111104265447162
Binary1100011111011011111101001001100010010110101100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7363F; }

 p { color: rgb(199,54,63); }

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

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

 a { background-color: rgb(199,54,63); }

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

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

 span { border-color: rgb(199,54,63); }

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