Html Css Color HEX #F1292D Alizarin

📋 copy color: '#F1292D'

red 241 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #F1292D

Tints of Alizarin #F1292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 73.7%
G = 12.54%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1292D (or 0xF1292D) is known color: Alizarin. HEX triplet: F1, 29 and 2D. RGB value is (241,41,45). Sum of RGB (Red+Green+Blue) = 241+41+45=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F1292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1292D is #0ED6D2. Grayscale: #656565. Windows color (decimal): -972499 or 2959857. OLE color: 2959857.

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

Color convert

RGB 241 41 45 -
CMYK 0 0.83 0.81 0.05
HSL 358.8º 0.88% 0.55% -
HSV(B) 358.8º 0.83% 0.95% -
XYZ 37.54 20.48 4.46 -
YUV 101.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 241 41 45 0 0.83 0.81 0.05 358.8 0.88 0.55
Hex F1 29 2D 0 53 51 5 167 58 37
Octal 361 51 55 0 123 121 5 547 130 67
Binary 11110001 101001 101101 0 1010011 1010001 101 101100111 1011000 110111

Color Harmonies of #F1292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1292D

Black with #F1292D

Text Example


Text Example

White with #F1292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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