Html Css Color HEX #F12234 Alizarin

📋 copy color: '#F12234'

red 241 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #F12234

Tints of Alizarin #F12234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 73.7%
G = 10.4%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12234 (or 0xF12234) is known color: Alizarin. HEX triplet: F1, 22 and 34. RGB value is (241,34,52). Sum of RGB (Red+Green+Blue) = 241+34+52=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F12234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12234 is #0EDDCB. Grayscale: #626262. Windows color (decimal): -974284 or 3416817. OLE color: 3416817.

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

Color convert

RGB 241 34 52 -
CMYK 0 0.86 0.78 0.05
HSL 354.78º 0.88% 0.54% -
HSV(B) 354.78º 0.86% 0.95% -
XYZ 37.47 20.09 5.15 -
YUV 97.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 241 34 52 0 0.86 0.78 0.05 354.78 0.88 0.54
Hex F1 22 34 0 56 4E 5 163 58 36
Octal 361 42 64 0 126 116 5 543 130 66
Binary 11110001 100010 110100 0 1010110 1001110 101 101100011 1011000 110110

Color Harmonies of #F12234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12234

Black with #F12234

Text Example


Text Example

White with #F12234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12234; }

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

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

background-color css

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

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

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

border-color css

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

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

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