Html Css Color HEX #F92226 Alizarin

📋 copy color: '#F92226'

red 249 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #F92226

Tints of Alizarin #F92226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

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

R = 77.57%
G = 10.59%
B = 11.84%

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

#F92226 (or 0xF92226) is known color: Alizarin. HEX triplet: F9, 22 and 26. RGB value is (249,34,38). Sum of RGB (Red+Green+Blue) = 249+34+38=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F92226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92226 is #06DDD9. Grayscale: #626262. Windows color (decimal): -450010 or 2499321. OLE color: 2499321.

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

Color convert

RGB 249 34 38 -
CMYK 0 0.86 0.85 0.02
HSL 358.88º 0.95% 0.55% -
HSV(B) 358.88º 0.86% 0.98% -
XYZ 39.99 21.42 3.86 -
YUV 98.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 249 34 38 0 0.86 0.85 0.02 358.88 0.95 0.55
Hex F9 22 26 0 56 55 2 167 5F 37
Octal 371 42 46 0 126 125 2 547 137 67
Binary 11111001 100010 100110 0 1010110 1010101 10 101100111 1011111 110111

Color Harmonies of #F92226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92226

Black with #F92226

Text Example


Text Example

White with #F92226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92226; }

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

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

background-color css

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

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

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

border-color css

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

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

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