Html Css Color HEX #F93137 Alizarin

📋 copy color: '#F93137'

red 249 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #F93137

Tints of Alizarin #F93137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 70.54%
G = 13.88%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F93137 (or 0xF93137) is known color: Alizarin. HEX triplet: F9, 31 and 37. RGB value is (249,49,55). Sum of RGB (Red+Green+Blue) = 249+49+55=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F93137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93137 is #06CEC8. Grayscale: #6D6D6D. Windows color (decimal): -446153 or 3617273. OLE color: 3617273.

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

Color convert

RGB 249 49 55 -
CMYK 0 0.80 0.78 0.02
HSL 358.2º 0.94% 0.58% -
HSV(B) 358.2º 0.8% 0.98% -
XYZ 40.85 22.61 5.83 -
YUV 109.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 249 49 55 0 0.80 0.78 0.02 358.2 0.94 0.58
Hex F9 31 37 0 50 4E 2 166 5E 3A
Octal 371 61 67 0 120 116 2 546 136 72
Binary 11111001 110001 110111 0 1010000 1001110 10 101100110 1011110 111010

Color Harmonies of #F93137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93137

Black with #F93137

Text Example


Text Example

White with #F93137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93137; }

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

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

background-color css

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

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

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

border-color css

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

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

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