Html Css Color HEX #F1292B Alizarin

📋 copy color: '#F1292B'

red 241 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #F1292B

Tints of Alizarin #F1292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 74.15%
G = 12.62%
B = 13.23%

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

#F1292B (or 0xF1292B) is known color: Alizarin. HEX triplet: F1, 29 and 2B. RGB value is (241,41,43). Sum of RGB (Red+Green+Blue) = 241+41+43=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F1292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1292B is #0ED6D4. Grayscale: #656565. Windows color (decimal): -972501 or 2828785. OLE color: 2828785.

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

Color convert

RGB 241 41 43 -
CMYK 0 0.83 0.82 0.05
HSL 359.4º 0.88% 0.55% -
HSV(B) 359.4º 0.83% 0.95% -
XYZ 37.5 20.46 4.26 -
YUV 101.03 95.26 227.84 -
System Red Green Blue C M Y K H S L
Decimal 241 41 43 0 0.83 0.82 0.05 359.4 0.88 0.55
Hex F1 29 2B 0 53 52 5 167 58 37
Octal 361 51 53 0 123 122 5 547 130 67
Binary 11110001 101001 101011 0 1010011 1010010 101 101100111 1011000 110111

Color Harmonies of #F1292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1292B

Black with #F1292B

Text Example


Text Example

White with #F1292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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