#F5333D

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

Shades of Alizarin #F5333D

Tints of Alizarin #F5333D

Color information

#F5333D (or 0xF5333D) is unknown color: approx Alizarin. HEX triplet: F5, 33 and 3D. RGB value is (245,51,61). Sum of RGB (Red+Green+Blue) = 245+51+61=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5333D is #0ACCC2. Grayscale: #6E6E6E. Windows color (decimal): -707779 or 4010997. OLE color: 4010997.

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

Color convert

RGB2455161-
CMYK00.790.750.04
HSL356.91º90.65%58.04%-
HSV(B)356.91º79.18%96.08%-
XYZ39.6822.126.59-
YUV110.15100.27224.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.63%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=68.63%
G=14.29%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245516100.790.750.04356.9190.6558.04
HexF5333D04F4B41655b3a
Octal36563750117113454513372
Binary111101011100111111010100111110010111001011001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5333D; }

 p { color: rgb(245,51,61); }

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

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

 a { background-color: rgb(245,51,61); }

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

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

 span { border-color: rgb(245,51,61); }

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