Html Css Color HEX #F1213D Alizarin

📋 copy color: '#F1213D'

red 241 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #F1213D

Tints of Alizarin #F1213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 71.94%
G = 9.85%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1213D (or 0xF1213D) is known color: Alizarin. HEX triplet: F1, 21 and 3D. RGB value is (241,33,61). Sum of RGB (Red+Green+Blue) = 241+33+61=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1213D is #0EDEC2. Grayscale: #626262. Windows color (decimal): -974531 or 4006385. OLE color: 4006385.

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

Color convert

RGB 241 33 61 -
CMYK 0 0.86 0.75 0.05
HSL 351.92º 0.88% 0.54% -
HSV(B) 351.92º 0.86% 0.95% -
XYZ 37.66 20.13 6.31 -
YUV 98.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 241 33 61 0 0.86 0.75 0.05 351.92 0.88 0.54
Hex F1 21 3D 0 56 4B 5 160 58 36
Octal 361 41 75 0 126 113 5 540 130 66
Binary 11110001 100001 111101 0 1010110 1001011 101 101100000 1011000 110110

Color Harmonies of #F1213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1213D

Black with #F1213D

Text Example


Text Example

White with #F1213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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