Html Css Color HEX #F12227 Alizarin

📋 copy color: '#F12227'

red 241 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #F12227

Tints of Alizarin #F12227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 76.75%
G = 10.83%
B = 12.42%

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

#F12227 (or 0xF12227) is known color: Alizarin. HEX triplet: F1, 22 and 27. RGB value is (241,34,39). Sum of RGB (Red+Green+Blue) = 241+34+39=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12227 is #0EDDD8. Grayscale: #606060. Windows color (decimal): -974297 or 2564849. OLE color: 2564849.

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

Color convert

RGB 241 34 39 -
CMYK 0 0.86 0.84 0.05
HSL 358.55º 0.88% 0.54% -
HSV(B) 358.55º 0.86% 0.95% -
XYZ 37.21 19.99 3.82 -
YUV 96.46 95.58 231.09 -
System Red Green Blue C M Y K H S L
Decimal 241 34 39 0 0.86 0.84 0.05 358.55 0.88 0.54
Hex F1 22 27 0 56 54 5 167 58 36
Octal 361 42 47 0 126 124 5 547 130 66
Binary 11110001 100010 100111 0 1010110 1010100 101 101100111 1011000 110110

Color Harmonies of #F12227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12227

Black with #F12227

Text Example


Text Example

White with #F12227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12227; }

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

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

background-color css

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

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

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

border-color css

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

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

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