Html Css Color HEX #F22526 Alizarin

📋 copy color: '#F22526'

red 242 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #F22526

Tints of Alizarin #F22526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 76.34%
G = 11.67%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F22526 (or 0xF22526) is known color: Alizarin. HEX triplet: F2, 25 and 26. RGB value is (242,37,38). Sum of RGB (Red+Green+Blue) = 242+37+38=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F22526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22526 is #0DDAD9. Grayscale: #626262. Windows color (decimal): -907994 or 2500082. OLE color: 2500082.

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

Color convert

RGB 242 37 38 -
CMYK 0 0.85 0.84 0.05
HSL 359.71º 0.89% 0.55% -
HSV(B) 359.71º 0.85% 0.95% -
XYZ 37.63 20.34 3.78 -
YUV 98.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 242 37 38 0 0.85 0.84 0.05 359.71 0.89 0.55
Hex F2 25 26 0 55 54 5 168 59 37
Octal 362 45 46 0 125 124 5 550 131 67
Binary 11110010 100101 100110 0 1010101 1010100 101 101101000 1011001 110111

Color Harmonies of #F22526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22526

Black with #F22526

Text Example


Text Example

White with #F22526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22526; }

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

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

background-color css

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

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

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

border-color css

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

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

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