Html Css Color HEX #F1212F Alizarin

📋 copy color: '#F1212F'

red 241 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #F1212F

Tints of Alizarin #F1212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 75.08%
G = 10.28%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1212F (or 0xF1212F) is known color: Alizarin. HEX triplet: F1, 21 and 2F. RGB value is (241,33,47). Sum of RGB (Red+Green+Blue) = 241+33+47=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F1212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1212F is #0EDED0. Grayscale: #606060. Windows color (decimal): -974545 or 3088881. OLE color: 3088881.

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

Color convert

RGB 241 33 47 -
CMYK 0 0.86 0.80 0.05
HSL 355.96º 0.88% 0.54% -
HSV(B) 355.96º 0.86% 0.95% -
XYZ 37.33 19.99 4.58 -
YUV 96.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 241 33 47 0 0.86 0.80 0.05 355.96 0.88 0.54
Hex F1 21 2F 0 56 50 5 164 58 36
Octal 361 41 57 0 126 120 5 544 130 66
Binary 11110001 100001 101111 0 1010110 1010000 101 101100100 1011000 110110

Color Harmonies of #F1212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1212F

Black with #F1212F

Text Example


Text Example

White with #F1212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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