Html Css Color HEX #F92531 Alizarin

📋 copy color: '#F92531'

red 249 ◦ green 37 ◦ blue 49

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

Shades of Alizarin #F92531

Tints of Alizarin #F92531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 74.33%
G = 11.04%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F92531 (or 0xF92531) is known color: Alizarin. HEX triplet: F9, 25 and 31. RGB value is (249,37,49). Sum of RGB (Red+Green+Blue) = 249+37+49=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F92531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92531 is #06DACE. Grayscale: #656565. Windows color (decimal): -449231 or 3220985. OLE color: 3220985.

HSL color Cylindrical-coordinate representation of color #F92531: hue angle of 356.6º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92531 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 49 -
CMYK 0 0.85 0.80 0.02
HSL 356.6º 0.95% 0.56% -
HSV(B) 356.6º 0.85% 0.98% -
XYZ 40.28 21.68 4.97 -
YUV 101.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 249 37 49 0 0.85 0.80 0.02 356.6 0.95 0.56
Hex F9 25 31 0 55 50 2 165 5F 38
Octal 371 45 61 0 125 120 2 545 137 70
Binary 11111001 100101 110001 0 1010101 1010000 10 101100101 1011111 111000

Color Harmonies of #F92531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92531

Black with #F92531

Text Example


Text Example

White with #F92531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92531; }

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

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

background-color css

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

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

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

border-color css

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

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

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