#F01C3B

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

Shades of Alizarin #F01C3B

Tints of Alizarin #F01C3B

Color information

#F01C3B (or 0xF01C3B) is unknown color: approx Alizarin. HEX triplet: F0, 1C and 3B. RGB value is (240,28,59). Sum of RGB (Red+Green+Blue) = 240+28+59=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C3B is #0FE3C4. Grayscale: #5F5F5F. Windows color (decimal): -1041349 or 3874032. OLE color: 3874032.

HSL color Cylindrical-coordinate representation of color #F01C3B: hue angle of 351.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C3B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB2402859-
CMYK00.880.750.06
HSL351.23º87.6%52.55%-
HSV(B)351.23º88.33%94.12%-
XYZ37.1419.675.98-
YUV94.92107.74231.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.39%
GREEN value IS 28 (11.33% from 255) = 8.56%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=73.39%
G=8.56%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240285900.880.750.06351.2387.652.55
HexF01C3B0584B615f5835
Octal36034730130113653713065
Binary11110000111001110110101100010010111101010111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01C3B; }

 p { color: rgb(240,28,59); }

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

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

 a { background-color: rgb(240,28,59); }

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

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

 span { border-color: rgb(240,28,59); }

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