Html Css Color HEX #F22026 Alizarin

📋 copy color: '#F22026'

red 242 ◦ green 32 ◦ blue 38

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

Shades of Alizarin #F22026

Tints of Alizarin #F22026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 77.56%
G = 10.26%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F22026 (or 0xF22026) is known color: Alizarin. HEX triplet: F2, 20 and 26. RGB value is (242,32,38). Sum of RGB (Red+Green+Blue) = 242+32+38=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22026 is #0DDFD9. Grayscale: #5F5F5F. Windows color (decimal): -909274 or 2498802. OLE color: 2498802.

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

Color convert

RGB 242 32 38 -
CMYK 0 0.87 0.84 0.05
HSL 358.29º 0.89% 0.54% -
HSV(B) 358.29º 0.87% 0.95% -
XYZ 37.48 20.05 3.73 -
YUV 95.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 242 32 38 0 0.87 0.84 0.05 358.29 0.89 0.54
Hex F2 20 26 0 57 54 5 166 59 36
Octal 362 40 46 0 127 124 5 546 131 66
Binary 11110010 100000 100110 0 1010111 1010100 101 101100110 1011001 110110

Color Harmonies of #F22026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22026

Black with #F22026

Text Example


Text Example

White with #F22026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22026; }

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

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

background-color css

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

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

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

border-color css

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

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

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