Html Css Color HEX #F12027 Alizarin

📋 copy color: '#F12027'

red 241 ◦ green 32 ◦ blue 39

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

Shades of Alizarin #F12027

Tints of Alizarin #F12027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 77.24%
G = 10.26%
B = 12.5%

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

#F12027 (or 0xF12027) is known color: Alizarin. HEX triplet: F1, 20 and 27. RGB value is (241,32,39). Sum of RGB (Red+Green+Blue) = 241+32+39=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12027 is #0EDFD8. Grayscale: #5F5F5F. Windows color (decimal): -974809 or 2564337. OLE color: 2564337.

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

Color convert

RGB 241 32 39 -
CMYK 0 0.87 0.84 0.05
HSL 357.99º 0.88% 0.54% -
HSV(B) 357.99º 0.87% 0.95% -
XYZ 37.16 19.88 3.8 -
YUV 95.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 241 32 39 0 0.87 0.84 0.05 357.99 0.88 0.54
Hex F1 20 27 0 57 54 5 166 58 36
Octal 361 40 47 0 127 124 5 546 130 66
Binary 11110001 100000 100111 0 1010111 1010100 101 101100110 1011000 110110

Color Harmonies of #F12027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12027

Black with #F12027

Text Example


Text Example

White with #F12027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12027; }

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

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

background-color css

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

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

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

border-color css

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

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

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