Html Css Color HEX #F93139 Alizarin

📋 copy color: '#F93139'

red 249 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #F93139

Tints of Alizarin #F93139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 70.14%
G = 13.8%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F93139 (or 0xF93139) is known color: Alizarin. HEX triplet: F9, 31 and 39. RGB value is (249,49,57). Sum of RGB (Red+Green+Blue) = 249+49+57=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F93139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93139 is #06CEC6. Grayscale: #6D6D6D. Windows color (decimal): -446151 or 3748345. OLE color: 3748345.

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

Color convert

RGB 249 49 57 -
CMYK 0 0.80 0.77 0.02
HSL 357.6º 0.94% 0.58% -
HSV(B) 357.6º 0.8% 0.98% -
XYZ 40.9 22.63 6.08 -
YUV 109.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 249 49 57 0 0.80 0.77 0.02 357.6 0.94 0.58
Hex F9 31 39 0 50 4D 2 166 5E 3A
Octal 371 61 71 0 120 115 2 546 136 72
Binary 11111001 110001 111001 0 1010000 1001101 10 101100110 1011110 111010

Color Harmonies of #F93139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93139

Black with #F93139

Text Example


Text Example

White with #F93139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93139; }

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

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

background-color css

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

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

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

border-color css

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

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

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