#F93435

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

Shades of Alizarin #F93435

Tints of Alizarin #F93435

Color information

#F93435 (or 0xF93435) is unknown color: approx Alizarin. HEX triplet: F9, 34 and 35. RGB value is (249,52,53). Sum of RGB (Red+Green+Blue) = 249+52+53=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F93435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93435 is #06CBCA. Grayscale: #6F6F6F. Windows color (decimal): -445387 or 3486969. OLE color: 3486969.

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

Color convert

RGB2495253-
CMYK00.790.790.02
HSL359.7º94.26%59.02%-
HSV(B)359.7º79.12%97.65%-
XYZ40.9422.855.62-
YUV111.0295.27226.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.34%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=70.34%
G=14.69%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249525300.790.790.02359.794.2659.02
HexF9343504F4F21685e3b
Octal37164650117117255013673
Binary11111001110100110101010011111001111101011010001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93435; }

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

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

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

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

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

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

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

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