Html Css Color HEX #F42131 Alizarin

📋 copy color: '#F42131'

red 244 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #F42131

Tints of Alizarin #F42131

RGB

 RED value IS 244 (95.7% from 255) = 74.85%

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 74.85%
G = 10.12%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F42131 (or 0xF42131) is known color: Alizarin. HEX triplet: F4, 21 and 31. RGB value is (244,33,49). Sum of RGB (Red+Green+Blue) = 244+33+49=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F42131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42131 is #0BDECE. Grayscale: #626262. Windows color (decimal): -777935 or 3219956. OLE color: 3219956.

HSL color Cylindrical-coordinate representation of color #F42131: hue angle of 355.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42131 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 49 -
CMYK 0 0.86 0.80 0.04
HSL 355.45º 0.91% 0.54% -
HSV(B) 355.45º 0.86% 0.96% -
XYZ 38.41 20.54 4.85 -
YUV 97.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 244 33 49 0 0.86 0.80 0.04 355.45 0.91 0.54
Hex F4 21 31 0 56 50 4 163 5B 36
Octal 364 41 61 0 126 120 4 543 133 66
Binary 11110100 100001 110001 0 1010110 1010000 100 101100011 1011011 110110

Color Harmonies of #F42131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42131

Black with #F42131

Text Example


Text Example

White with #F42131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42131; }

 p { color: rgb(244,33,49); }

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

background-color css

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

 a { background-color: rgb(244,33,49); }

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

border-color css

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

 span { border-color: rgb(244,33,49); }

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