Html Css Color HEX #F12831 Alizarin

📋 copy color: '#F12831'

red 241 ◦ green 40 ◦ blue 49

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

Shades of Alizarin #F12831

Tints of Alizarin #F12831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

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

R = 73.03%
G = 12.12%
B = 14.85%

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

#F12831 (or 0xF12831) is known color: Alizarin. HEX triplet: F1, 28 and 31. RGB value is (241,40,49). Sum of RGB (Red+Green+Blue) = 241+40+49=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F12831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12831 is #0ED7CE. Grayscale: #656565. Windows color (decimal): -972751 or 3221745. OLE color: 3221745.

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

Color convert

RGB 241 40 49 -
CMYK 0 0.83 0.80 0.05
HSL 357.31º 0.88% 0.55% -
HSV(B) 357.31º 0.83% 0.95% -
XYZ 37.59 20.44 4.87 -
YUV 101.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 241 40 49 0 0.83 0.80 0.05 357.31 0.88 0.55
Hex F1 28 31 0 53 50 5 165 58 37
Octal 361 50 61 0 123 120 5 545 130 67
Binary 11110001 101000 110001 0 1010011 1010000 101 101100101 1011000 110111

Color Harmonies of #F12831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12831

Black with #F12831

Text Example


Text Example

White with #F12831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12831; }

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

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

background-color css

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

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

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

border-color css

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

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

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