Html Css Color HEX #F22F31 Alizarin

📋 copy color: '#F22F31'

red 242 ◦ green 47 ◦ blue 49

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

Shades of Alizarin #F22F31

Tints of Alizarin #F22F31

RGB

 RED value IS 242 (94.92% from 255) = 71.6%

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 71.6%
G = 13.91%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22F31 (or 0xF22F31) is known color: Alizarin. HEX triplet: F2, 2F and 31. RGB value is (242,47,49). Sum of RGB (Red+Green+Blue) = 242+47+49=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F31 is #0DD0CE. Grayscale: #696969. Windows color (decimal): -905423 or 3223538. OLE color: 3223538.

HSL color Cylindrical-coordinate representation of color #F22F31: hue angle of 359.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22F31 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 47 49 -
CMYK 0 0.81 0.80 0.05
HSL 359.38º 0.88% 0.57% -
HSV(B) 359.38º 0.81% 0.95% -
XYZ 38.19 21.13 4.97 -
YUV 105.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 242 47 49 0 0.81 0.80 0.05 359.38 0.88 0.57
Hex F2 2F 31 0 51 50 5 167 58 39
Octal 362 57 61 0 121 120 5 547 130 71
Binary 11110010 101111 110001 0 1010001 1010000 101 101100111 1011000 111001

Color Harmonies of #F22F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F31

Black with #F22F31

Text Example


Text Example

White with #F22F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F31; }

 p { color: rgb(242,47,49); }

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

background-color css

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

 a { background-color: rgb(242,47,49); }

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

border-color css

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

 span { border-color: rgb(242,47,49); }

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