Html Css Color HEX #F11F35 Alizarin

📋 copy color: '#F11F35'

red 241 ◦ green 31 ◦ blue 53

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

Shades of Alizarin #F11F35

Tints of Alizarin #F11F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 74.15%
G = 9.54%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11F35 (or 0xF11F35) is known color: Alizarin. HEX triplet: F1, 1F and 35. RGB value is (241,31,53). Sum of RGB (Red+Green+Blue) = 241+31+53=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F35 is #0EE0CA. Grayscale: #606060. Windows color (decimal): -975051 or 3481585. OLE color: 3481585.

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

Color convert

RGB 241 31 53 -
CMYK 0 0.87 0.78 0.05
HSL 353.71º 0.88% 0.53% -
HSV(B) 353.71º 0.87% 0.95% -
XYZ 37.41 19.94 5.24 -
YUV 96.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 241 31 53 0 0.87 0.78 0.05 353.71 0.88 0.53
Hex F1 1F 35 0 57 4E 5 162 58 35
Octal 361 37 65 0 127 116 5 542 130 65
Binary 11110001 11111 110101 0 1010111 1001110 101 101100010 1011000 110101

Color Harmonies of #F11F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F35

Black with #F11F35

Text Example


Text Example

White with #F11F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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