Html Css Color HEX #F1252C Alizarin

📋 copy color: '#F1252C'

red 241 ◦ green 37 ◦ blue 44

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

Shades of Alizarin #F1252C

Tints of Alizarin #F1252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 74.84%
G = 11.49%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1252C (or 0xF1252C) is known color: Alizarin. HEX triplet: F1, 25 and 2C. RGB value is (241,37,44). Sum of RGB (Red+Green+Blue) = 241+37+44=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1252C is #0EDAD3. Grayscale: #626262. Windows color (decimal): -973524 or 2893297. OLE color: 2893297.

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

Color convert

RGB 241 37 44 -
CMYK 0 0.85 0.82 0.05
HSL 357.94º 0.88% 0.55% -
HSV(B) 357.94º 0.85% 0.95% -
XYZ 37.39 20.21 4.31 -
YUV 98.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 241 37 44 0 0.85 0.82 0.05 357.94 0.88 0.55
Hex F1 25 2C 0 55 52 5 166 58 37
Octal 361 45 54 0 125 122 5 546 130 67
Binary 11110001 100101 101100 0 1010101 1010010 101 101100110 1011000 110111

Color Harmonies of #F1252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1252C

Black with #F1252C

Text Example


Text Example

White with #F1252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1252C; }

 p { color: rgb(241,37,44); }

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

background-color css

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

 a { background-color: rgb(241,37,44); }

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

border-color css

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

 span { border-color: rgb(241,37,44); }

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