Html Css Color HEX #F22031 Alizarin

📋 copy color: '#F22031'

red 242 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #F22031

Tints of Alizarin #F22031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

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

R = 74.92%
G = 9.91%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22031 (or 0xF22031) is known color: Alizarin. HEX triplet: F2, 20 and 31. RGB value is (242,32,49). Sum of RGB (Red+Green+Blue) = 242+32+49=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F22031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22031 is #0DDFCE. Grayscale: #606060. Windows color (decimal): -909263 or 3219698. OLE color: 3219698.

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

Color convert

RGB 242 32 49 -
CMYK 0 0.87 0.80 0.05
HSL 355.14º 0.89% 0.54% -
HSV(B) 355.14º 0.87% 0.95% -
XYZ 37.69 20.13 4.81 -
YUV 96.73 101.07 231.62 -
System Red Green Blue C M Y K H S L
Decimal 242 32 49 0 0.87 0.80 0.05 355.14 0.89 0.54
Hex F2 20 31 0 57 50 5 163 59 36
Octal 362 40 61 0 127 120 5 543 131 66
Binary 11110010 100000 110001 0 1010111 1010000 101 101100011 1011001 110110

Color Harmonies of #F22031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22031

Black with #F22031

Text Example


Text Example

White with #F22031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22031; }

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

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

background-color css

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

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

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

border-color css

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

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

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