#F63538

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

Shades of Alizarin #F63538

Tints of Alizarin #F63538

Color information

#F63538 (or 0xF63538) is unknown color: approx Alizarin. HEX triplet: F6, 35 and 38. RGB value is (246,53,56). Sum of RGB (Red+Green+Blue) = 246+53+56=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F63538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63538 is #09CAC7. Grayscale: #6F6F6F. Windows color (decimal): -641736 or 3683830. OLE color: 3683830.

HSL color Cylindrical-coordinate representation of color #F63538: hue angle of 359.07º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63538 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB2465356-
CMYK00.780.770.04
HSL359.07º91.47%58.63%-
HSV(B)359.07º78.46%96.47%-
XYZ39.9922.425.96-
YUV111.0596.94224.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.30%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=69.30%
G=14.93%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246535600.780.770.04359.0791.4758.63
HexF6353804E4D41675b3b
Octal36665700116115454713373
Binary111101101101011110000100111010011011001011001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63538; }

 p { color: rgb(246,53,56); }

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

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

 a { background-color: rgb(246,53,56); }

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

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

 span { border-color: rgb(246,53,56); }

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