#C63241

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

Shades of Brick Red #C63241

Tints of Brick Red #C63241

Color information

#C63241 (or 0xC63241) is unknown color: approx Brick Red. HEX triplet: C6, 32 and 41. RGB value is (198,50,65). Sum of RGB (Red+Green+Blue) = 198+50+65=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63241 is #39CDBE. Grayscale: #606060. Windows color (decimal): -3788223 or 4272838. OLE color: 4272838.

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

Color convert

RGB1985065-
CMYK00.750.670.22
HSL353.92º59.68%48.63%-
HSV(B)353.92º74.75%77.65%-
XYZ25.3814.676.49-
YUV95.96110.53200.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.26%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=63.26%
G=15.97%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198506500.750.670.22353.9259.6848.63
HexC6324104B43161623c31
Octal306621010113103265427461
Binary11000110110010100000101001011100001110110101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63241; }

 p { color: rgb(198,50,65); }

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

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

 a { background-color: rgb(198,50,65); }

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

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

 span { border-color: rgb(198,50,65); }

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