Html Css Color HEX #F12134 Alizarin

📋 copy color: '#F12134'

red 241 ◦ green 33 ◦ blue 52

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

Shades of Alizarin #F12134

Tints of Alizarin #F12134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 73.93%
G = 10.12%
B = 15.95%

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

#F12134 (or 0xF12134) is known color: Alizarin. HEX triplet: F1, 21 and 34. RGB value is (241,33,52). Sum of RGB (Red+Green+Blue) = 241+33+52=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12134 is #0EDECB. Grayscale: #616161. Windows color (decimal): -974540 or 3416561. OLE color: 3416561.

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

Color convert

RGB 241 33 52 -
CMYK 0 0.86 0.78 0.05
HSL 354.52º 0.88% 0.54% -
HSV(B) 354.52º 0.86% 0.95% -
XYZ 37.44 20.04 5.14 -
YUV 97.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 241 33 52 0 0.86 0.78 0.05 354.52 0.88 0.54
Hex F1 21 34 0 56 4E 5 163 58 36
Octal 361 41 64 0 126 116 5 543 130 66
Binary 11110001 100001 110100 0 1010110 1001110 101 101100011 1011000 110110

Color Harmonies of #F12134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12134

Black with #F12134

Text Example


Text Example

White with #F12134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12134; }

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

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

background-color css

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

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

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

border-color css

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

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

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