Html Css Color HEX #F52231 Alizarin

📋 copy color: '#F52231'

red 245 ◦ green 34 ◦ blue 49

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

Shades of Alizarin #F52231

Tints of Alizarin #F52231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 74.7%
G = 10.37%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F52231 (or 0xF52231) is known color: Alizarin. HEX triplet: F5, 22 and 31. RGB value is (245,34,49). Sum of RGB (Red+Green+Blue) = 245+34+49=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F52231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52231 is #0ADDCE. Grayscale: #626262. Windows color (decimal): -712143 or 3220213. OLE color: 3220213.

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

Color convert

RGB 245 34 49 -
CMYK 0 0.86 0.8 0.04
HSL 355.73º 0.91% 0.55% -
HSV(B) 355.73º 0.86% 0.96% -
XYZ 38.78 20.78 4.87 -
YUV 98.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 245 34 49 0 0.86 0.8 0.04 355.73 0.91 0.55
Hex F5 22 31 0 56 50 4 164 5B 37
Octal 365 42 61 0 126 120 4 544 133 67
Binary 11110101 100010 110001 0 1010110 1010000 100 101100100 1011011 110111

Color Harmonies of #F52231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52231

Black with #F52231

Text Example


Text Example

White with #F52231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52231; }

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

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

background-color css

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

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

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

border-color css

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

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

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