Html Css Color HEX #F12425 Alizarin

📋 copy color: '#F12425'

red 241 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #F12425

Tints of Alizarin #F12425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 76.75%
G = 11.46%
B = 11.78%

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

#F12425 (or 0xF12425) is known color: Alizarin. HEX triplet: F1, 24 and 25. RGB value is (241,36,37). Sum of RGB (Red+Green+Blue) = 241+36+37=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12425 is #0EDBDA. Grayscale: #616161. Windows color (decimal): -973787 or 2434289. OLE color: 2434289.

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

Color convert

RGB 241 36 37 -
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.24 20.1 3.67 -
YUV 97.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 241 36 37 0 0.85 0.85 0.05 359.71 0.88 0.54
Hex F1 24 25 0 55 55 5 168 58 36
Octal 361 44 45 0 125 125 5 550 130 66
Binary 11110001 100100 100101 0 1010101 1010101 101 101101000 1011000 110110

Color Harmonies of #F12425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12425

Black with #F12425

Text Example


Text Example

White with #F12425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12425; }

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

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

background-color css

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

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

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

border-color css

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

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

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