Html Css Color HEX #F12331 Alizarin

📋 copy color: '#F12331'

red 241 ◦ green 35 ◦ blue 49

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

Shades of Alizarin #F12331

Tints of Alizarin #F12331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 74.15%
G = 10.77%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F12331 (or 0xF12331) is known color: Alizarin. HEX triplet: F1, 23 and 31. RGB value is (241,35,49). Sum of RGB (Red+Green+Blue) = 241+35+49=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F12331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12331 is #0EDCCE. Grayscale: #626262. Windows color (decimal): -974031 or 3220465. OLE color: 3220465.

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

Color convert

RGB 241 35 49 -
CMYK 0 0.85 0.80 0.05
HSL 355.92º 0.88% 0.54% -
HSV(B) 355.92º 0.85% 0.95% -
XYZ 37.43 20.12 4.82 -
YUV 98.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 241 35 49 0 0.85 0.80 0.05 355.92 0.88 0.54
Hex F1 23 31 0 55 50 5 164 58 36
Octal 361 43 61 0 125 120 5 544 130 66
Binary 11110001 100011 110001 0 1010101 1010000 101 101100100 1011000 110110

Color Harmonies of #F12331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12331

Black with #F12331

Text Example


Text Example

White with #F12331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12331; }

 p { color: rgb(241,35,49); }

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

background-color css

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

 a { background-color: rgb(241,35,49); }

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

border-color css

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

 span { border-color: rgb(241,35,49); }

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