Html Css Color HEX #F12336 Alizarin

📋 copy color: '#F12336'

red 241 ◦ green 35 ◦ blue 54

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

Shades of Alizarin #F12336

Tints of Alizarin #F12336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 73.03%
G = 10.61%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12336 (or 0xF12336) is known color: Alizarin. HEX triplet: F1, 23 and 36. RGB value is (241,35,54). Sum of RGB (Red+Green+Blue) = 241+35+54=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F12336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12336 is #0EDCC9. Grayscale: #626262. Windows color (decimal): -974026 or 3548145. OLE color: 3548145.

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

Color convert

RGB 241 35 54 -
CMYK 0 0.85 0.78 0.05
HSL 354.47º 0.88% 0.54% -
HSV(B) 354.47º 0.85% 0.95% -
XYZ 37.54 20.17 5.4 -
YUV 98.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 241 35 54 0 0.85 0.78 0.05 354.47 0.88 0.54
Hex F1 23 36 0 55 4E 5 162 58 36
Octal 361 43 66 0 125 116 5 542 130 66
Binary 11110001 100011 110110 0 1010101 1001110 101 101100010 1011000 110110

Color Harmonies of #F12336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12336

Black with #F12336

Text Example


Text Example

White with #F12336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12336; }

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

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

background-color css

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

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

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

border-color css

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

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

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