Html Css Color HEX #F12224 Alizarin

📋 copy color: '#F12224'

red 241 ◦ green 34 ◦ blue 36

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

Shades of Alizarin #F12224

Tints of Alizarin #F12224

RGB

 RED value IS 241 (94.53% from 255) = 77.49%

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

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 77.49%
G = 10.93%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12224 (or 0xF12224) is known color: Alizarin. HEX triplet: F1, 22 and 24. RGB value is (241,34,36). Sum of RGB (Red+Green+Blue) = 241+34+36=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12224 is #0EDDDB. Grayscale: #606060. Windows color (decimal): -974300 or 2368241. OLE color: 2368241.

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

Color convert

RGB 241 34 36 -
CMYK 0 0.86 0.85 0.05
HSL 359.42º 0.88% 0.54% -
HSV(B) 359.42º 0.86% 0.95% -
XYZ 37.17 19.97 3.57 -
YUV 96.12 94.08 231.34 -
System Red Green Blue C M Y K H S L
Decimal 241 34 36 0 0.86 0.85 0.05 359.42 0.88 0.54
Hex F1 22 24 0 56 55 5 167 58 36
Octal 361 42 44 0 126 125 5 547 130 66
Binary 11110001 100010 100100 0 1010110 1010101 101 101100111 1011000 110110

Color Harmonies of #F12224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12224

Black with #F12224

Text Example


Text Example

White with #F12224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12224; }

 p { color: rgb(241,34,36); }

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

background-color css

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

 a { background-color: rgb(241,34,36); }

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

border-color css

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

 span { border-color: rgb(241,34,36); }

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