Html Css Color HEX #F1292C Alizarin

📋 copy color: '#F1292C'

red 241 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #F1292C

Tints of Alizarin #F1292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 73.93%
G = 12.58%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1292C (or 0xF1292C) is known color: Alizarin. HEX triplet: F1, 29 and 2C. RGB value is (241,41,44). Sum of RGB (Red+Green+Blue) = 241+41+44=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1292C is #0ED6D3. Grayscale: #656565. Windows color (decimal): -972500 or 2894321. OLE color: 2894321.

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

Color convert

RGB 241 41 44 -
CMYK 0 0.83 0.82 0.05
HSL 359.1º 0.88% 0.55% -
HSV(B) 359.1º 0.83% 0.95% -
XYZ 37.52 20.47 4.36 -
YUV 101.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 241 41 44 0 0.83 0.82 0.05 359.1 0.88 0.55
Hex F1 29 2C 0 53 52 5 167 58 37
Octal 361 51 54 0 123 122 5 547 130 67
Binary 11110001 101001 101100 0 1010011 1010010 101 101100111 1011000 110111

Color Harmonies of #F1292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1292C

Black with #F1292C

Text Example


Text Example

White with #F1292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1292C; }

 p { color: rgb(241,41,44); }

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

background-color css

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

 a { background-color: rgb(241,41,44); }

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

border-color css

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

 span { border-color: rgb(241,41,44); }

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