Html Css Color HEX #F22931 Alizarin

📋 copy color: '#F22931'

red 242 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #F22931

Tints of Alizarin #F22931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 72.89%
G = 12.35%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22931 (or 0xF22931) is known color: Alizarin. HEX triplet: F2, 29 and 31. RGB value is (242,41,49). Sum of RGB (Red+Green+Blue) = 242+41+49=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F22931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22931 is #0DD6CE. Grayscale: #666666. Windows color (decimal): -906959 or 3222002. OLE color: 3222002.

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

Color convert

RGB 242 41 49 -
CMYK 0 0.83 0.80 0.05
HSL 357.61º 0.89% 0.55% -
HSV(B) 357.61º 0.83% 0.95% -
XYZ 37.97 20.68 4.9 -
YUV 102.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 242 41 49 0 0.83 0.80 0.05 357.61 0.89 0.55
Hex F2 29 31 0 53 50 5 166 59 37
Octal 362 51 61 0 123 120 5 546 131 67
Binary 11110010 101001 110001 0 1010011 1010000 101 101100110 1011001 110111

Color Harmonies of #F22931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22931

Black with #F22931

Text Example


Text Example

White with #F22931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22931; }

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

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

background-color css

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

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

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

border-color css

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

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

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