Html Css Color HEX #F1202D Alizarin

📋 copy color: '#F1202D'

red 241 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #F1202D

Tints of Alizarin #F1202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 75.79%
G = 10.06%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1202D (or 0xF1202D) is known color: Alizarin. HEX triplet: F1, 20 and 2D. RGB value is (241,32,45). Sum of RGB (Red+Green+Blue) = 241+32+45=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1202D is #0EDFD2. Grayscale: #606060. Windows color (decimal): -974803 or 2957553. OLE color: 2957553.

HSL color Cylindrical-coordinate representation of color #F1202D: hue angle of 356.27º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1202D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 45 -
CMYK 0 0.87 0.81 0.05
HSL 356.27º 0.88% 0.54% -
HSV(B) 356.27º 0.87% 0.95% -
XYZ 37.27 19.92 4.36 -
YUV 95.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 241 32 45 0 0.87 0.81 0.05 356.27 0.88 0.54
Hex F1 20 2D 0 57 51 5 164 58 36
Octal 361 40 55 0 127 121 5 544 130 66
Binary 11110001 100000 101101 0 1010111 1010001 101 101100100 1011000 110110

Color Harmonies of #F1202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1202D

Black with #F1202D

Text Example


Text Example

White with #F1202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1202D; }

 p { color: rgb(241,32,45); }

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

background-color css

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

 a { background-color: rgb(241,32,45); }

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

border-color css

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

 span { border-color: rgb(241,32,45); }

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