Html Css Color HEX #F52031 Alizarin

📋 copy color: '#F52031'

red 245 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #F52031

Tints of Alizarin #F52031

RGB

 RED value IS 245 (96.09% from 255) = 75.15%

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

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

R = 75.15%
G = 9.82%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F52031 (or 0xF52031) is known color: Alizarin. HEX triplet: F5, 20 and 31. RGB value is (245,32,49). Sum of RGB (Red+Green+Blue) = 245+32+49=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F52031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52031 is #0ADFCE. Grayscale: #616161. Windows color (decimal): -712655 or 3219701. OLE color: 3219701.

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

Color convert

RGB 245 32 49 -
CMYK 0 0.87 0.8 0.04
HSL 355.21º 0.91% 0.54% -
HSV(B) 355.21º 0.87% 0.96% -
XYZ 38.73 20.67 4.85 -
YUV 97.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 245 32 49 0 0.87 0.8 0.04 355.21 0.91 0.54
Hex F5 20 31 0 57 50 4 163 5B 36
Octal 365 40 61 0 127 120 4 543 133 66
Binary 11110101 100000 110001 0 1010111 1010000 100 101100011 1011011 110110

Color Harmonies of #F52031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52031

Black with #F52031

Text Example


Text Example

White with #F52031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52031; }

 p { color: rgb(245,32,49); }

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

background-color css

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

 a { background-color: rgb(245,32,49); }

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

border-color css

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

 span { border-color: rgb(245,32,49); }

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