#F42934

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

Shades of Alizarin #F42934

Tints of Alizarin #F42934

Color information

#F42934 (or 0xF42934) is unknown color: approx Alizarin. HEX triplet: F4, 29 and 34. RGB value is (244,41,52). Sum of RGB (Red+Green+Blue) = 244+41+52=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F42934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42934 is #0BD6CB. Grayscale: #676767. Windows color (decimal): -775884 or 3418612. OLE color: 3418612.

HSL color Cylindrical-coordinate representation of color #F42934: hue angle of 356.75º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42934 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB2444152-
CMYK00.830.790.04
HSL356.75º90.22%55.88%-
HSV(B)356.75º83.2%95.69%-
XYZ38.7221.075.27-
YUV102.9599.25228.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.40%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=72.40%
G=12.17%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244415200.830.790.04356.7590.2255.88
HexF429340534F41655a38
Octal36451640123117454513270
Binary111101001010011101000101001110011111001011001011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42934; }

 p { color: rgb(244,41,52); }

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

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

 a { background-color: rgb(244,41,52); }

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

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

 span { border-color: rgb(244,41,52); }

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