Html Css Color HEX #F92227 Alizarin

📋 copy color: '#F92227'

red 249 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #F92227

Tints of Alizarin #F92227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.11%

R = 77.33%
G = 10.56%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92227 (or 0xF92227) is known color: Alizarin. HEX triplet: F9, 22 and 27. RGB value is (249,34,39). Sum of RGB (Red+Green+Blue) = 249+34+39=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92227 is #06DDD8. Grayscale: #636363. Windows color (decimal): -450009 or 2564857. OLE color: 2564857.

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

Color convert

RGB 249 34 39 -
CMYK 0 0.86 0.84 0.02
HSL 358.6º 0.95% 0.55% -
HSV(B) 358.6º 0.86% 0.98% -
XYZ 40.01 21.43 3.95 -
YUV 98.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 249 34 39 0 0.86 0.84 0.02 358.6 0.95 0.55
Hex F9 22 27 0 56 54 2 167 5F 37
Octal 371 42 47 0 126 124 2 547 137 67
Binary 11111001 100010 100111 0 1010110 1010100 10 101100111 1011111 110111

Color Harmonies of #F92227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92227

Black with #F92227

Text Example


Text Example

White with #F92227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92227; }

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

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

background-color css

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

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

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

border-color css

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

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

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