#F93335

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

Shades of Alizarin #F93335

Tints of Alizarin #F93335

Color information

#F93335 (or 0xF93335) is unknown color: approx Alizarin. HEX triplet: F9, 33 and 35. RGB value is (249,51,53). Sum of RGB (Red+Green+Blue) = 249+51+53=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F93335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93335 is #06CCCA. Grayscale: #6E6E6E. Windows color (decimal): -445643 or 3486713. OLE color: 3486713.

HSL color Cylindrical-coordinate representation of color #F93335: hue angle of 359.39º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93335 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB2495153-
CMYK00.800.790.02
HSL359.39º94.29%58.82%-
HSV(B)359.39º79.52%97.65%-
XYZ40.8922.765.61-
YUV110.4395.6226.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.54%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=70.54%
G=14.45%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249515300.800.790.02359.3994.2958.82
HexF933350504F21675e3b
Octal37163650120117254713673
Binary11111001110011110101010100001001111101011001111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93335; }

 p { color: rgb(249,51,53); }

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

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

 a { background-color: rgb(249,51,53); }

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

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

 span { border-color: rgb(249,51,53); }

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