Html Css Color HEX #F11B2B Alizarin

📋 copy color: '#F11B2B'

red 241 ◦ green 27 ◦ blue 43

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

Shades of Alizarin #F11B2B

Tints of Alizarin #F11B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 77.49%
G = 8.68%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F11B2B (or 0xF11B2B) is known color: Alizarin. HEX triplet: F1, 1B and 2B. RGB value is (241,27,43). Sum of RGB (Red+Green+Blue) = 241+27+43=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11B2B is #0EE4D4. Grayscale: #5C5C5C. Windows color (decimal): -976085 or 2825201. OLE color: 2825201.

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

Color convert

RGB 241 27 43 -
CMYK 0 0.89 0.82 0.05
HSL 355.51º 0.88% 0.53% -
HSV(B) 355.51º 0.89% 0.95% -
XYZ 37.1 19.66 4.12 -
YUV 92.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 241 27 43 0 0.89 0.82 0.05 355.51 0.88 0.53
Hex F1 1B 2B 0 59 52 5 164 58 35
Octal 361 33 53 0 131 122 5 544 130 65
Binary 11110001 11011 101011 0 1011001 1010010 101 101100100 1011000 110101

Color Harmonies of #F11B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11B2B

Black with #F11B2B

Text Example


Text Example

White with #F11B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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