Html Css Color HEX #F1212A Alizarin

📋 copy color: '#F1212A'

red 241 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #F1212A

Tints of Alizarin #F1212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 76.27%
G = 10.44%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1212A (or 0xF1212A) is known color: Alizarin. HEX triplet: F1, 21 and 2A. RGB value is (241,33,42). Sum of RGB (Red+Green+Blue) = 241+33+42=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F1212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1212A is #0EDED5. Grayscale: #606060. Windows color (decimal): -974550 or 2761201. OLE color: 2761201.

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

Color convert

RGB 241 33 42 -
CMYK 0 0.86 0.83 0.05
HSL 357.4º 0.88% 0.54% -
HSV(B) 357.4º 0.86% 0.95% -
XYZ 37.24 19.96 4.08 -
YUV 96.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 241 33 42 0 0.86 0.83 0.05 357.4 0.88 0.54
Hex F1 21 2A 0 56 53 5 165 58 36
Octal 361 41 52 0 126 123 5 545 130 66
Binary 11110001 100001 101010 0 1010110 1010011 101 101100101 1011000 110110

Color Harmonies of #F1212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1212A

Black with #F1212A

Text Example


Text Example

White with #F1212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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