Html Css Color HEX #F12832 Alizarin

📋 copy color: '#F12832'

red 241 ◦ green 40 ◦ blue 50

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

Shades of Alizarin #F12832

Tints of Alizarin #F12832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 72.81%
G = 12.08%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12832 (or 0xF12832) is known color: Alizarin. HEX triplet: F1, 28 and 32. RGB value is (241,40,50). Sum of RGB (Red+Green+Blue) = 241+40+50=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F12832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12832 is #0ED7CD. Grayscale: #656565. Windows color (decimal): -972750 or 3287281. OLE color: 3287281.

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

Color convert

RGB 241 40 50 -
CMYK 0 0.83 0.79 0.05
HSL 357.01º 0.88% 0.55% -
HSV(B) 357.01º 0.83% 0.95% -
XYZ 37.61 20.45 4.98 -
YUV 101.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 241 40 50 0 0.83 0.79 0.05 357.01 0.88 0.55
Hex F1 28 32 0 53 4F 5 165 58 37
Octal 361 50 62 0 123 117 5 545 130 67
Binary 11110001 101000 110010 0 1010011 1001111 101 101100101 1011000 110111

Color Harmonies of #F12832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12832

Black with #F12832

Text Example


Text Example

White with #F12832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12832; }

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

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

background-color css

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

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

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

border-color css

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

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

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