#F31E35

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

Shades of Alizarin #F31E35

Tints of Alizarin #F31E35

Color information

#F31E35 (or 0xF31E35) is unknown color: approx Alizarin. HEX triplet: F3, 1E and 35. RGB value is (243,30,53). Sum of RGB (Red+Green+Blue) = 243+30+53=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E35 is #0CE1CA. Grayscale: #606060. Windows color (decimal): -844235 or 3481331. OLE color: 3481331.

HSL color Cylindrical-coordinate representation of color #F31E35: hue angle of 353.52º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E35 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2433053-
CMYK00.880.780.05
HSL353.52º89.87%53.53%-
HSV(B)353.52º87.65%95.29%-
XYZ38.0720.245.27-
YUV96.31103.57232.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 74.54%
GREEN value IS 30 (12.11% from 255) = 9.20%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=74.54%
G=9.20%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243305300.880.780.05353.5289.8753.53
HexF31E350584E51625a36
Octal36336650130116554213266
Binary11110011111101101010101100010011101011011000101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E35; }

 p { color: rgb(243,30,53); }

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

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

 a { background-color: rgb(243,30,53); }

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

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

 span { border-color: rgb(243,30,53); }

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