Html Css Color HEX #F1292A Alizarin

📋 copy color: '#F1292A'

red 241 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #F1292A

Tints of Alizarin #F1292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 74.38%
G = 12.65%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1292A (or 0xF1292A) is known color: Alizarin. HEX triplet: F1, 29 and 2A. RGB value is (241,41,42). Sum of RGB (Red+Green+Blue) = 241+41+42=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F1292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1292A is #0ED6D5. Grayscale: #656565. Windows color (decimal): -972502 or 2763249. OLE color: 2763249.

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

Color convert

RGB 241 41 42 -
CMYK 0 0.83 0.83 0.05
HSL 359.7º 0.88% 0.55% -
HSV(B) 359.7º 0.83% 0.95% -
XYZ 37.49 20.45 4.16 -
YUV 100.91 94.76 227.92 -
System Red Green Blue C M Y K H S L
Decimal 241 41 42 0 0.83 0.83 0.05 359.7 0.88 0.55
Hex F1 29 2A 0 53 53 5 168 58 37
Octal 361 51 52 0 123 123 5 550 130 67
Binary 11110001 101001 101010 0 1010011 1010011 101 101101000 1011000 110111

Color Harmonies of #F1292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1292A

Black with #F1292A

Text Example


Text Example

White with #F1292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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