#F0363D

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

Shades of Alizarin #F0363D

Tints of Alizarin #F0363D

Color information

#F0363D (or 0xF0363D) is unknown color: approx Alizarin. HEX triplet: F0, 36 and 3D. RGB value is (240,54,61). Sum of RGB (Red+Green+Blue) = 240+54+61=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0363D is #0FC9C2. Grayscale: #6E6E6E. Windows color (decimal): -1034691 or 4011760. OLE color: 4011760.

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

Color convert

RGB2405461-
CMYK00.780.750.06
HSL357.74º86.11%57.65%-
HSV(B)357.74º77.5%94.12%-
XYZ38.121.56.56-
YUV110.41100.12220.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.61%
GREEN value IS 54 (21.48% from 255) = 15.21%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=67.61%
G=15.21%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240546100.780.750.06357.7486.1157.65
HexF0363D04E4B6166563a
Octal36066750116113654612672
Binary111100001101101111010100111010010111101011001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0363D; }

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

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

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

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

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

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

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

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