#C2363F

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

Shades of Brick Red #C2363F

Tints of Brick Red #C2363F

Color information

#C2363F (or 0xC2363F) is unknown color: approx Brick Red. HEX triplet: C2, 36 and 3F. RGB value is (194,54,63). Sum of RGB (Red+Green+Blue) = 194+54+63=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2363F is #3DC9C0. Grayscale: #606060. Windows color (decimal): -4049345 or 4142786. OLE color: 4142786.

HSL color Cylindrical-coordinate representation of color #C2363F: hue angle of 356.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2363F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1945463-
CMYK00.720.680.24
HSL356.14º56.45%48.63%-
HSV(B)356.14º72.16%76.08%-
XYZ24.4614.476.21-
YUV96.89108.88197.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 63 (25% from 255) = 20.26%
R=62.38%
G=17.36%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194546300.720.680.24356.1456.4548.63
HexC2363F04844181643831
Octal30266770110104305447061
Binary1100001011011011111101001000100010011000101100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2363F; }

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

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

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

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

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

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

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

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