Html Css Color HEX #F92425 Alizarin

📋 copy color: '#F92425'

red 249 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #F92425

Tints of Alizarin #F92425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 77.33%
G = 11.18%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F92425 (or 0xF92425) is known color: Alizarin. HEX triplet: F9, 24 and 25. RGB value is (249,36,37). Sum of RGB (Red+Green+Blue) = 249+36+37=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92425 is #06DBDA. Grayscale: #646464. Windows color (decimal): -449499 or 2434297. OLE color: 2434297.

HSL color Cylindrical-coordinate representation of color #F92425: 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.86%. Process color model (Four color, CMYK) of #F92425 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 36 37 -
CMYK 0 0.86 0.85 0.02
HSL 359.72º 0.95% 0.56% -
HSV(B) 359.72º 0.86% 0.98% -
XYZ 40.03 21.54 3.8 -
YUV 99.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 249 36 37 0 0.86 0.85 0.02 359.72 0.95 0.56
Hex F9 24 25 0 56 55 2 168 5F 38
Octal 371 44 45 0 126 125 2 550 137 70
Binary 11111001 100100 100101 0 1010110 1010101 10 101101000 1011111 111000

Color Harmonies of #F92425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92425

Black with #F92425

Text Example


Text Example

White with #F92425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92425; }

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

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

background-color css

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

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

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

border-color css

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

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

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