#F01B3D

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

Shades of Alizarin #F01B3D

Tints of Alizarin #F01B3D

Color information

#F01B3D (or 0xF01B3D) is unknown color: approx Alizarin. HEX triplet: F0, 1B and 3D. RGB value is (240,27,61). Sum of RGB (Red+Green+Blue) = 240+27+61=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B3D is #0FE4C2. Grayscale: #5E5E5E. Windows color (decimal): -1041603 or 4004848. OLE color: 4004848.

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

Color convert

RGB2402761-
CMYK00.890.750.06
HSL350.42º87.65%52.35%-
HSV(B)350.42º88.75%94.12%-
XYZ37.1719.656.25-
YUV94.56109.07231.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.17%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=73.17%
G=8.23%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240276100.890.750.06350.4287.6552.35
HexF01B3D0594B615e5834
Octal36033750131113653613064
Binary11110000110111111010101100110010111101010111101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B3D; }

 p { color: rgb(240,27,61); }

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

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

 a { background-color: rgb(240,27,61); }

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

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

 span { border-color: rgb(240,27,61); }

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