Html Css Color HEX #F1213E Alizarin

📋 copy color: '#F1213E'

red 241 ◦ green 33 ◦ blue 62

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

Shades of Alizarin #F1213E

Tints of Alizarin #F1213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 71.73%
G = 9.82%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1213E (or 0xF1213E) is known color: Alizarin. HEX triplet: F1, 21 and 3E. RGB value is (241,33,62). Sum of RGB (Red+Green+Blue) = 241+33+62=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1213E is #0EDEC1. Grayscale: #626262. Windows color (decimal): -974530 or 4071921. OLE color: 4071921.

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

Color convert

RGB 241 33 62 -
CMYK 0 0.86 0.74 0.05
HSL 351.63º 0.88% 0.54% -
HSV(B) 351.63º 0.86% 0.95% -
XYZ 37.69 20.14 6.46 -
YUV 98.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 241 33 62 0 0.86 0.74 0.05 351.63 0.88 0.54
Hex F1 21 3E 0 56 4A 5 160 58 36
Octal 361 41 76 0 126 112 5 540 130 66
Binary 11110001 100001 111110 0 1010110 1001010 101 101100000 1011000 110110

Color Harmonies of #F1213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1213E

Black with #F1213E

Text Example


Text Example

White with #F1213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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