Html Css Color HEX #F11F28 Alizarin

📋 copy color: '#F11F28'

red 241 ◦ green 31 ◦ blue 40

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

Shades of Alizarin #F11F28

Tints of Alizarin #F11F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 77.24%
G = 9.94%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F11F28 (or 0xF11F28) is known color: Alizarin. HEX triplet: F1, 1F and 28. RGB value is (241,31,40). Sum of RGB (Red+Green+Blue) = 241+31+40=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F28 is #0EE0D7. Grayscale: #5E5E5E. Windows color (decimal): -975064 or 2629617. OLE color: 2629617.

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

Color convert

RGB 241 31 40 -
CMYK 0 0.87 0.83 0.05
HSL 357.43º 0.88% 0.53% -
HSV(B) 357.43º 0.87% 0.95% -
XYZ 37.15 19.83 3.88 -
YUV 94.82 97.07 232.27 -
System Red Green Blue C M Y K H S L
Decimal 241 31 40 0 0.87 0.83 0.05 357.43 0.88 0.53
Hex F1 1F 28 0 57 53 5 165 58 35
Octal 361 37 50 0 127 123 5 545 130 65
Binary 11110001 11111 101000 0 1010111 1010011 101 101100101 1011000 110101

Color Harmonies of #F11F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F28

Black with #F11F28

Text Example


Text Example

White with #F11F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F28; }

 p { color: rgb(241,31,40); }

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

background-color css

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

 a { background-color: rgb(241,31,40); }

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

border-color css

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

 span { border-color: rgb(241,31,40); }

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