#C63F4A

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

Shades of Brick Red #C63F4A

Tints of Brick Red #C63F4A

Color information

#C63F4A (or 0xC63F4A) is unknown color: approx Brick Red. HEX triplet: C6, 3F and 4A. RGB value is (198,63,74). Sum of RGB (Red+Green+Blue) = 198+63+74=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F4A is #39C0B5. Grayscale: #686868. Windows color (decimal): -3784886 or 4865990. OLE color: 4865990.

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

Color convert

RGB1986374-
CMYK00.680.630.22
HSL355.11º54.22%51.18%-
HSV(B)355.11º68.18%77.65%-
XYZ26.316.068.19-
YUV104.62110.73194.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=59.10%
G=18.81%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198637400.680.630.22355.1154.2251.18
HexC63F4A0443F161633633
Octal30677112010477265436663
Binary1100011011111110010100100010011111110110101100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F4A; }

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

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

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

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

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

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

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

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