Html Css Color HEX #F12324 Alizarin

📋 copy color: '#F12324'

red 241 ◦ green 35 ◦ blue 36

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

Shades of Alizarin #F12324

Tints of Alizarin #F12324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 77.24%
G = 11.22%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12324 (or 0xF12324) is known color: Alizarin. HEX triplet: F1, 23 and 24. RGB value is (241,35,36). Sum of RGB (Red+Green+Blue) = 241+35+36=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12324 is #0EDCDB. Grayscale: #606060. Windows color (decimal): -974044 or 2368497. OLE color: 2368497.

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

Color convert

RGB 241 35 36 -
CMYK 0 0.85 0.85 0.05
HSL 359.71º 0.88% 0.54% -
HSV(B) 359.71º 0.85% 0.95% -
XYZ 37.2 20.03 3.57 -
YUV 96.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 241 35 36 0 0.85 0.85 0.05 359.71 0.88 0.54
Hex F1 23 24 0 55 55 5 168 58 36
Octal 361 43 44 0 125 125 5 550 130 66
Binary 11110001 100011 100100 0 1010101 1010101 101 101101000 1011000 110110

Color Harmonies of #F12324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12324

Black with #F12324

Text Example


Text Example

White with #F12324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12324; }

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

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

background-color css

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

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

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

border-color css

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

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

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