Html Css Color HEX #F12931 Alizarin

📋 copy color: '#F12931'

red 241 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #F12931

Tints of Alizarin #F12931

RGB

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

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

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

R = 72.81%
G = 12.39%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F12931 (or 0xF12931) is known color: Alizarin. HEX triplet: F1, 29 and 31. RGB value is (241,41,49). Sum of RGB (Red+Green+Blue) = 241+41+49=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F12931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12931 is #0ED6CE. Grayscale: #656565. Windows color (decimal): -972495 or 3222001. OLE color: 3222001.

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

Color convert

RGB 241 41 49 -
CMYK 0 0.83 0.80 0.05
HSL 357.6º 0.88% 0.55% -
HSV(B) 357.6º 0.83% 0.95% -
XYZ 37.62 20.51 4.88 -
YUV 101.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 241 41 49 0 0.83 0.80 0.05 357.6 0.88 0.55
Hex F1 29 31 0 53 50 5 166 58 37
Octal 361 51 61 0 123 120 5 546 130 67
Binary 11110001 101001 110001 0 1010011 1010000 101 101100110 1011000 110111

Color Harmonies of #F12931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12931

Black with #F12931

Text Example


Text Example

White with #F12931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12931; }

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

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

background-color css

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

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

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

border-color css

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

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

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