Html Css Color HEX #F12238 Alizarin

📋 copy color: '#F12238'

red 241 ◦ green 34 ◦ blue 56

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

Shades of Alizarin #F12238

Tints of Alizarin #F12238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 72.81%
G = 10.27%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F12238 (or 0xF12238) is known color: Alizarin. HEX triplet: F1, 22 and 38. RGB value is (241,34,56). Sum of RGB (Red+Green+Blue) = 241+34+56=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F12238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12238 is #0EDDC7. Grayscale: #626262. Windows color (decimal): -974280 or 3678961. OLE color: 3678961.

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

Color convert

RGB 241 34 56 -
CMYK 0 0.86 0.77 0.05
HSL 353.62º 0.88% 0.54% -
HSV(B) 353.62º 0.86% 0.95% -
XYZ 37.56 20.13 5.65 -
YUV 98.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 241 34 56 0 0.86 0.77 0.05 353.62 0.88 0.54
Hex F1 22 38 0 56 4D 5 162 58 36
Octal 361 42 70 0 126 115 5 542 130 66
Binary 11110001 100010 111000 0 1010110 1001101 101 101100010 1011000 110110

Color Harmonies of #F12238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12238

Black with #F12238

Text Example


Text Example

White with #F12238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12238; }

 p { color: rgb(241,34,56); }

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

background-color css

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

 a { background-color: rgb(241,34,56); }

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

border-color css

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

 span { border-color: rgb(241,34,56); }

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