Html Css Color HEX #F11B32 Alizarin

📋 copy color: '#F11B32'

red 241 ◦ green 27 ◦ blue 50

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

Shades of Alizarin #F11B32

Tints of Alizarin #F11B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 75.79%
G = 8.49%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F11B32 (or 0xF11B32) is known color: Alizarin. HEX triplet: F1, 1B and 32. RGB value is (241,27,50). Sum of RGB (Red+Green+Blue) = 241+27+50=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11B32 is #0EE4CD. Grayscale: #5D5D5D. Windows color (decimal): -976078 or 3283953. OLE color: 3283953.

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

Color convert

RGB 241 27 50 -
CMYK 0 0.89 0.79 0.05
HSL 353.55º 0.88% 0.53% -
HSV(B) 353.55º 0.89% 0.95% -
XYZ 37.24 19.71 4.86 -
YUV 93.61 103.4 233.13 -
System Red Green Blue C M Y K H S L
Decimal 241 27 50 0 0.89 0.79 0.05 353.55 0.88 0.53
Hex F1 1B 32 0 59 4F 5 162 58 35
Octal 361 33 62 0 131 117 5 542 130 65
Binary 11110001 11011 110010 0 1011001 1001111 101 101100010 1011000 110101

Color Harmonies of #F11B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11B32

Black with #F11B32

Text Example


Text Example

White with #F11B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11B32; }

 p { color: rgb(241,27,50); }

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

background-color css

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

 a { background-color: rgb(241,27,50); }

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

border-color css

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

 span { border-color: rgb(241,27,50); }

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