Html Css Color HEX #F22326 Alizarin

📋 copy color: '#F22326'

red 242 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #F22326

Tints of Alizarin #F22326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 76.83%
G = 11.11%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F22326 (or 0xF22326) is known color: Alizarin. HEX triplet: F2, 23 and 26. RGB value is (242,35,38). Sum of RGB (Red+Green+Blue) = 242+35+38=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F22326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22326 is #0DDCD9. Grayscale: #616161. Windows color (decimal): -908506 or 2499570. OLE color: 2499570.

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

Color convert

RGB 242 35 38 -
CMYK 0 0.86 0.84 0.05
HSL 359.13º 0.89% 0.54% -
HSV(B) 359.13º 0.86% 0.95% -
XYZ 37.57 20.22 3.76 -
YUV 97.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 242 35 38 0 0.86 0.84 0.05 359.13 0.89 0.54
Hex F2 23 26 0 56 54 5 167 59 36
Octal 362 43 46 0 126 124 5 547 131 66
Binary 11110010 100011 100110 0 1010110 1010100 101 101100111 1011001 110110

Color Harmonies of #F22326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22326

Black with #F22326

Text Example


Text Example

White with #F22326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22326; }

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

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

background-color css

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

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

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

border-color css

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

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

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