Html Css Color HEX #F12026 Alizarin

📋 copy color: '#F12026'

red 241 ◦ green 32 ◦ blue 38

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

Shades of Alizarin #F12026

Tints of Alizarin #F12026

RGB

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

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

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

R = 77.49%
G = 10.29%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F12026 (or 0xF12026) is known color: Alizarin. HEX triplet: F1, 20 and 26. RGB value is (241,32,38). Sum of RGB (Red+Green+Blue) = 241+32+38=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12026 is #0EDFD9. Grayscale: #5F5F5F. Windows color (decimal): -974810 or 2498801. OLE color: 2498801.

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

Color convert

RGB 241 32 38 -
CMYK 0 0.87 0.84 0.05
HSL 358.28º 0.88% 0.54% -
HSV(B) 358.28º 0.87% 0.95% -
XYZ 37.14 19.87 3.71 -
YUV 95.18 95.74 232.01 -
System Red Green Blue C M Y K H S L
Decimal 241 32 38 0 0.87 0.84 0.05 358.28 0.88 0.54
Hex F1 20 26 0 57 54 5 166 58 36
Octal 361 40 46 0 127 124 5 546 130 66
Binary 11110001 100000 100110 0 1010111 1010100 101 101100110 1011000 110110

Color Harmonies of #F12026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12026

Black with #F12026

Text Example


Text Example

White with #F12026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12026; }

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

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

background-color css

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

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

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

border-color css

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

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

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