Html Css Color HEX #F22226 Alizarin

📋 copy color: '#F22226'

red 242 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #F22226

Tints of Alizarin #F22226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

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

R = 77.07%
G = 10.83%
B = 12.1%

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

#F22226 (or 0xF22226) is known color: Alizarin. HEX triplet: F2, 22 and 26. RGB value is (242,34,38). Sum of RGB (Red+Green+Blue) = 242+34+38=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F22226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22226 is #0DDDD9. Grayscale: #606060. Windows color (decimal): -908762 or 2499314. OLE color: 2499314.

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

Color convert

RGB 242 34 38 -
CMYK 0 0.86 0.84 0.05
HSL 358.85º 0.89% 0.54% -
HSV(B) 358.85º 0.86% 0.95% -
XYZ 37.54 20.16 3.75 -
YUV 96.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 242 34 38 0 0.86 0.84 0.05 358.85 0.89 0.54
Hex F2 22 26 0 56 54 5 167 59 36
Octal 362 42 46 0 126 124 5 547 131 66
Binary 11110010 100010 100110 0 1010110 1010100 101 101100111 1011001 110110

Color Harmonies of #F22226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22226

Black with #F22226

Text Example


Text Example

White with #F22226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22226; }

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

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

background-color css

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

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

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

border-color css

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

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

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