#C63F47

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

Shades of Brick Red #C63F47

Tints of Brick Red #C63F47

Color information

#C63F47 (or 0xC63F47) is unknown color: approx Brick Red. HEX triplet: C6, 3F and 47. RGB value is (198,63,71). Sum of RGB (Red+Green+Blue) = 198+63+71=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F47 is #39C0B8. Grayscale: #686868. Windows color (decimal): -3784889 or 4669382. OLE color: 4669382.

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

Color convert

RGB1986371-
CMYK00.680.640.22
HSL356.44º54.22%51.18%-
HSV(B)356.44º68.18%77.65%-
XYZ26.216.027.67-
YUV104.28109.23194.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=59.64%
G=18.98%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198637100.680.640.22356.4454.2251.18
HexC63F4704440161643633
Octal306771070104100265446663
Binary11000110111111100011101000100100000010110101100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F47; }

 p { color: rgb(198,63,71); }

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

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

 a { background-color: rgb(198,63,71); }

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

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

 span { border-color: rgb(198,63,71); }

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