Html Css Color HEX #F11E38 Alizarin

📋 copy color: '#F11E38'

red 241 ◦ green 30 ◦ blue 56

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

Shades of Alizarin #F11E38

Tints of Alizarin #F11E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 73.7%
G = 9.17%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F11E38 (or 0xF11E38) is known color: Alizarin. HEX triplet: F1, 1E and 38. RGB value is (241,30,56). Sum of RGB (Red+Green+Blue) = 241+30+56=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11E38 is #0EE1C7. Grayscale: #606060. Windows color (decimal): -975304 or 3677937. OLE color: 3677937.

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

Color convert

RGB 241 30 56 -
CMYK 0 0.88 0.77 0.05
HSL 352.61º 0.88% 0.53% -
HSV(B) 352.61º 0.88% 0.95% -
XYZ 37.45 19.91 5.61 -
YUV 96.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 241 30 56 0 0.88 0.77 0.05 352.61 0.88 0.53
Hex F1 1E 38 0 58 4D 5 161 58 35
Octal 361 36 70 0 130 115 5 541 130 65
Binary 11110001 11110 111000 0 1011000 1001101 101 101100001 1011000 110101

Color Harmonies of #F11E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E38

Black with #F11E38

Text Example


Text Example

White with #F11E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E38; }

 p { color: rgb(241,30,56); }

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

background-color css

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

 a { background-color: rgb(241,30,56); }

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

border-color css

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

 span { border-color: rgb(241,30,56); }

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