Html Css Color HEX #F93134 Alizarin

📋 copy color: '#F93134'

red 249 ◦ green 49 ◦ blue 52

#F93134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F93134

Tints of Alizarin #F93134

RGB

 RED value IS 249 (97.66% from 255) = 71.14%

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 71.14%
G = 14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F93134 (or 0xF93134) is known color: Alizarin. HEX triplet: F9, 31 and 34. RGB value is (249,49,52). Sum of RGB (Red+Green+Blue) = 249+49+52=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F93134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93134 is #06CECB. Grayscale: #6D6D6D. Windows color (decimal): -446156 or 3420665. OLE color: 3420665.

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

Color convert

RGB 249 49 52 -
CMYK 0 0.80 0.79 0.02
HSL 359.1º 0.94% 0.58% -
HSV(B) 359.1º 0.8% 0.98% -
XYZ 40.79 22.58 5.46 -
YUV 109.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 249 49 52 0 0.80 0.79 0.02 359.1 0.94 0.58
Hex F9 31 34 0 50 4F 2 167 5E 3A
Octal 371 61 64 0 120 117 2 547 136 72
Binary 11111001 110001 110100 0 1010000 1001111 10 101100111 1011110 111010

Color Harmonies of #F93134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93134

Black with #F93134

Text Example


Text Example

White with #F93134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93134; }

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

 H1.HeaderClassName
 {
   color: #F93134;
 }
 .AnyTagClassName
 {
   color: #F93134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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