Html Css Color HEX #F12124 Alizarin

📋 copy color: '#F12124'

red 241 ◦ green 33 ◦ blue 36

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

Shades of Alizarin #F12124

Tints of Alizarin #F12124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 77.74%
G = 10.65%
B = 11.61%

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

#F12124 (or 0xF12124) is known color: Alizarin. HEX triplet: F1, 21 and 24. RGB value is (241,33,36). Sum of RGB (Red+Green+Blue) = 241+33+36=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F12124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12124 is #0EDEDB. Grayscale: #5F5F5F. Windows color (decimal): -974556 or 2367985. OLE color: 2367985.

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

Color convert

RGB 241 33 36 -
CMYK 0 0.86 0.85 0.05
HSL 359.13º 0.88% 0.54% -
HSV(B) 359.13º 0.86% 0.95% -
XYZ 37.14 19.92 3.56 -
YUV 95.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 241 33 36 0 0.86 0.85 0.05 359.13 0.88 0.54
Hex F1 21 24 0 56 55 5 167 58 36
Octal 361 41 44 0 126 125 5 547 130 66
Binary 11110001 100001 100100 0 1010110 1010101 101 101100111 1011000 110110

Color Harmonies of #F12124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12124

Black with #F12124

Text Example


Text Example

White with #F12124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12124; }

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

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

background-color css

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

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

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

border-color css

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

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

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