Html Css Color HEX #F12024 Alizarin

📋 copy color: '#F12024'

red 241 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #F12024

Tints of Alizarin #F12024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 77.99%
G = 10.36%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12024 (or 0xF12024) is known color: Alizarin. HEX triplet: F1, 20 and 24. RGB value is (241,32,36). Sum of RGB (Red+Green+Blue) = 241+32+36=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F12024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12024 is #0EDFDB. Grayscale: #5F5F5F. Windows color (decimal): -974812 or 2367729. OLE color: 2367729.

HSL color Cylindrical-coordinate representation of color #F12024: hue angle of 358.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12024 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 36 -
CMYK 0 0.87 0.85 0.05
HSL 358.85º 0.88% 0.54% -
HSV(B) 358.85º 0.87% 0.95% -
XYZ 37.11 19.86 3.55 -
YUV 94.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 241 32 36 0 0.87 0.85 0.05 358.85 0.88 0.54
Hex F1 20 24 0 57 55 5 167 58 36
Octal 361 40 44 0 127 125 5 547 130 66
Binary 11110001 100000 100100 0 1010111 1010101 101 101100111 1011000 110110

Color Harmonies of #F12024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12024

Black with #F12024

Text Example


Text Example

White with #F12024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12024; }

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

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

background-color css

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

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

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

border-color css

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

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

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