Html Css Color HEX #F11D32 Alizarin

📋 copy color: '#F11D32'

red 241 ◦ green 29 ◦ blue 50

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

Shades of Alizarin #F11D32

Tints of Alizarin #F11D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

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

R = 75.31%
G = 9.06%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F11D32 (or 0xF11D32) is known color: Alizarin. HEX triplet: F1, 1D and 32. RGB value is (241,29,50). Sum of RGB (Red+Green+Blue) = 241+29+50=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D32 is #0EE2CD. Grayscale: #5E5E5E. Windows color (decimal): -975566 or 3284465. OLE color: 3284465.

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

Color convert

RGB 241 29 50 -
CMYK 0 0.88 0.79 0.05
HSL 354.06º 0.88% 0.53% -
HSV(B) 354.06º 0.88% 0.95% -
XYZ 37.29 19.81 4.88 -
YUV 94.78 102.74 232.29 -
System Red Green Blue C M Y K H S L
Decimal 241 29 50 0 0.88 0.79 0.05 354.06 0.88 0.53
Hex F1 1D 32 0 58 4F 5 162 58 35
Octal 361 35 62 0 130 117 5 542 130 65
Binary 11110001 11101 110010 0 1011000 1001111 101 101100010 1011000 110101

Color Harmonies of #F11D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D32

Black with #F11D32

Text Example


Text Example

White with #F11D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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