Html Css Color HEX #F93133 Alizarin

📋 copy color: '#F93133'

red 249 ◦ green 49 ◦ blue 51

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

Shades of Alizarin #F93133

Tints of Alizarin #F93133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.61%

R = 71.35%
G = 14.04%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F93133 (or 0xF93133) is known color: Alizarin. HEX triplet: F9, 31 and 33. RGB value is (249,49,51). Sum of RGB (Red+Green+Blue) = 249+49+51=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F93133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93133 is #06CECC. Grayscale: #6D6D6D. Windows color (decimal): -446157 or 3355129. OLE color: 3355129.

HSL color Cylindrical-coordinate representation of color #F93133: hue angle of 359.4º 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 #F93133 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 51 -
CMYK 0 0.80 0.80 0.02
HSL 359.4º 0.94% 0.58% -
HSV(B) 359.4º 0.8% 0.98% -
XYZ 40.76 22.58 5.34 -
YUV 109.03 95.26 227.84 -
System Red Green Blue C M Y K H S L
Decimal 249 49 51 0 0.80 0.80 0.02 359.4 0.94 0.58
Hex F9 31 33 0 50 50 2 167 5E 3A
Octal 371 61 63 0 120 120 2 547 136 72
Binary 11111001 110001 110011 0 1010000 1010000 10 101100111 1011110 111010

Color Harmonies of #F93133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93133

Black with #F93133

Text Example


Text Example

White with #F93133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93133; }

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

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

background-color css

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

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

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

border-color css

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

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

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