Html Css Color HEX #F12233 Alizarin

📋 copy color: '#F12233'

red 241 ◦ green 34 ◦ blue 51

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

Shades of Alizarin #F12233

Tints of Alizarin #F12233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 73.93%
G = 10.43%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12233 (or 0xF12233) is known color: Alizarin. HEX triplet: F1, 22 and 33. RGB value is (241,34,51). Sum of RGB (Red+Green+Blue) = 241+34+51=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12233 is #0EDDCC. Grayscale: #616161. Windows color (decimal): -974285 or 3351281. OLE color: 3351281.

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

Color convert

RGB 241 34 51 -
CMYK 0 0.86 0.79 0.05
HSL 355.07º 0.88% 0.54% -
HSV(B) 355.07º 0.86% 0.95% -
XYZ 37.45 20.08 5.03 -
YUV 97.83 101.58 230.12 -
System Red Green Blue C M Y K H S L
Decimal 241 34 51 0 0.86 0.79 0.05 355.07 0.88 0.54
Hex F1 22 33 0 56 4F 5 163 58 36
Octal 361 42 63 0 126 117 5 543 130 66
Binary 11110001 100010 110011 0 1010110 1001111 101 101100011 1011000 110110

Color Harmonies of #F12233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12233

Black with #F12233

Text Example


Text Example

White with #F12233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12233; }

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

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

background-color css

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

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

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

border-color css

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

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

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