Html Css Color HEX #F92526 Alizarin

📋 copy color: '#F92526'

red 249 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #F92526

Tints of Alizarin #F92526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 76.85%
G = 11.42%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F92526 (or 0xF92526) is known color: Alizarin. HEX triplet: F9, 25 and 26. RGB value is (249,37,38). Sum of RGB (Red+Green+Blue) = 249+37+38=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F92526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92526 is #06DAD9. Grayscale: #646464. Windows color (decimal): -449242 or 2500089. OLE color: 2500089.

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

Color convert

RGB 249 37 38 -
CMYK 0 0.85 0.85 0.02
HSL 359.72º 0.95% 0.56% -
HSV(B) 359.72º 0.85% 0.98% -
XYZ 40.08 21.6 3.89 -
YUV 100.5 92.74 233.92 -
System Red Green Blue C M Y K H S L
Decimal 249 37 38 0 0.85 0.85 0.02 359.72 0.95 0.56
Hex F9 25 26 0 55 55 2 168 5F 38
Octal 371 45 46 0 125 125 2 550 137 70
Binary 11111001 100101 100110 0 1010101 1010101 10 101101000 1011111 111000

Color Harmonies of #F92526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92526

Black with #F92526

Text Example


Text Example

White with #F92526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92526; }

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

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

background-color css

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

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

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

border-color css

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

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

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