Html Css Color HEX #F92529 Alizarin

📋 copy color: '#F92529'

red 249 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #F92529

Tints of Alizarin #F92529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 76.15%
G = 11.31%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92529 (or 0xF92529) is known color: Alizarin. HEX triplet: F9, 25 and 29. RGB value is (249,37,41). Sum of RGB (Red+Green+Blue) = 249+37+41=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F92529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92529 is #06DAD6. Grayscale: #656565. Windows color (decimal): -449239 or 2696697. OLE color: 2696697.

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

Color convert

RGB 249 37 41 -
CMYK 0 0.85 0.84 0.02
HSL 358.87º 0.95% 0.56% -
HSV(B) 358.87º 0.85% 0.98% -
XYZ 40.13 21.62 4.16 -
YUV 100.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 249 37 41 0 0.85 0.84 0.02 358.87 0.95 0.56
Hex F9 25 29 0 55 54 2 167 5F 38
Octal 371 45 51 0 125 124 2 547 137 70
Binary 11111001 100101 101001 0 1010101 1010100 10 101100111 1011111 111000

Color Harmonies of #F92529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92529

Black with #F92529

Text Example


Text Example

White with #F92529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92529; }

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

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

background-color css

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

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

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

border-color css

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

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

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