Html Css Color HEX #F1212B Alizarin

📋 copy color: '#F1212B'

red 241 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #F1212B

Tints of Alizarin #F1212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 76.03%
G = 10.41%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1212B (or 0xF1212B) is known color: Alizarin. HEX triplet: F1, 21 and 2B. RGB value is (241,33,43). Sum of RGB (Red+Green+Blue) = 241+33+43=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F1212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1212B is #0EDED4. Grayscale: #606060. Windows color (decimal): -974549 or 2826737. OLE color: 2826737.

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

Color convert

RGB 241 33 43 -
CMYK 0 0.86 0.82 0.05
HSL 357.12º 0.88% 0.54% -
HSV(B) 357.12º 0.86% 0.95% -
XYZ 37.26 19.96 4.18 -
YUV 96.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 241 33 43 0 0.86 0.82 0.05 357.12 0.88 0.54
Hex F1 21 2B 0 56 52 5 165 58 36
Octal 361 41 53 0 126 122 5 545 130 66
Binary 11110001 100001 101011 0 1010110 1010010 101 101100101 1011000 110110

Color Harmonies of #F1212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1212B

Black with #F1212B

Text Example


Text Example

White with #F1212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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