Html Css Color HEX #F1222F Alizarin

📋 copy color: '#F1222F'

red 241 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #F1222F

Tints of Alizarin #F1222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 74.84%
G = 10.56%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1222F (or 0xF1222F) is known color: Alizarin. HEX triplet: F1, 22 and 2F. RGB value is (241,34,47). Sum of RGB (Red+Green+Blue) = 241+34+47=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1222F is #0EDDD0. Grayscale: #616161. Windows color (decimal): -974289 or 3089137. OLE color: 3089137.

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

Color convert

RGB 241 34 47 -
CMYK 0 0.86 0.80 0.05
HSL 356.23º 0.88% 0.54% -
HSV(B) 356.23º 0.86% 0.95% -
XYZ 37.36 20.05 4.59 -
YUV 97.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 241 34 47 0 0.86 0.80 0.05 356.23 0.88 0.54
Hex F1 22 2F 0 56 50 5 164 58 36
Octal 361 42 57 0 126 120 5 544 130 66
Binary 11110001 100010 101111 0 1010110 1010000 101 101100100 1011000 110110

Color Harmonies of #F1222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1222F

Black with #F1222F

Text Example


Text Example

White with #F1222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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