Html Css Color HEX #F12326 Alizarin

📋 copy color: '#F12326'

red 241 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #F12326

Tints of Alizarin #F12326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 76.75%
G = 11.15%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F12326 (or 0xF12326) is known color: Alizarin. HEX triplet: F1, 23 and 26. RGB value is (241,35,38). Sum of RGB (Red+Green+Blue) = 241+35+38=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12326 is #0EDCD9. Grayscale: #616161. Windows color (decimal): -974042 or 2499569. OLE color: 2499569.

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

Color convert

RGB 241 35 38 -
CMYK 0 0.85 0.84 0.05
HSL 359.13º 0.88% 0.54% -
HSV(B) 359.13º 0.85% 0.95% -
XYZ 37.23 20.04 3.74 -
YUV 96.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 241 35 38 0 0.85 0.84 0.05 359.13 0.88 0.54
Hex F1 23 26 0 55 54 5 167 58 36
Octal 361 43 46 0 125 124 5 547 130 66
Binary 11110001 100011 100110 0 1010101 1010100 101 101100111 1011000 110110

Color Harmonies of #F12326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12326

Black with #F12326

Text Example


Text Example

White with #F12326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12326; }

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

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

background-color css

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

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

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

border-color css

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

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

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