#F42B30

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

Shades of Alizarin #F42B30

Tints of Alizarin #F42B30

Color information

#F42B30 (or 0xF42B30) is unknown color: approx Alizarin. HEX triplet: F4, 2B and 30. RGB value is (244,43,48). Sum of RGB (Red+Green+Blue) = 244+43+48=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B30 is #0BD4CF. Grayscale: #676767. Windows color (decimal): -775376 or 3156980. OLE color: 3156980.

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

Color convert

RGB2444348-
CMYK00.820.800.04
HSL358.51º90.13%56.27%-
HSV(B)358.51º82.38%95.69%-
XYZ38.7121.174.84-
YUV103.6796.59228.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.84%
GREEN value IS 43 (17.19% from 255) = 12.84%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=72.84%
G=12.84%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244434800.820.800.04358.5190.1356.27
HexF42B300525041675a38
Octal36453600122120454713270
Binary111101001010111100000101001010100001001011001111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42B30; }

 p { color: rgb(244,43,48); }

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

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

 a { background-color: rgb(244,43,48); }

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

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

 span { border-color: rgb(244,43,48); }

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