Html Css Color HEX #F22731 Alizarin

📋 copy color: '#F22731'

red 242 ◦ green 39 ◦ blue 49

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

Shades of Alizarin #F22731

Tints of Alizarin #F22731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

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

R = 73.33%
G = 11.82%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22731 (or 0xF22731) is known color: Alizarin. HEX triplet: F2, 27 and 31. RGB value is (242,39,49). Sum of RGB (Red+Green+Blue) = 242+39+49=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F22731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22731 is #0DD8CE. Grayscale: #646464. Windows color (decimal): -907471 or 3221490. OLE color: 3221490.

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

Color convert

RGB 242 39 49 -
CMYK 0 0.84 0.80 0.05
HSL 357.04º 0.89% 0.55% -
HSV(B) 357.04º 0.84% 0.95% -
XYZ 37.9 20.55 4.87 -
YUV 100.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 242 39 49 0 0.84 0.80 0.05 357.04 0.89 0.55
Hex F2 27 31 0 54 50 5 165 59 37
Octal 362 47 61 0 124 120 5 545 131 67
Binary 11110010 100111 110001 0 1010100 1010000 101 101100101 1011001 110111

Color Harmonies of #F22731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22731

Black with #F22731

Text Example


Text Example

White with #F22731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22731; }

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

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

background-color css

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

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

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

border-color css

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

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

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