Html Css Color HEX #F52036 Alizarin

📋 copy color: '#F52036'

red 245 ◦ green 32 ◦ blue 54

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

Shades of Alizarin #F52036

Tints of Alizarin #F52036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 74.02%
G = 9.67%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F52036 (or 0xF52036) is known color: Alizarin. HEX triplet: F5, 20 and 36. RGB value is (245,32,54). Sum of RGB (Red+Green+Blue) = 245+32+54=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F52036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52036 is #0ADFC9. Grayscale: #626262. Windows color (decimal): -712650 or 3547381. OLE color: 3547381.

HSL color Cylindrical-coordinate representation of color #F52036: hue angle of 353.8º 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 #F52036 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 32 54 -
CMYK 0 0.87 0.78 0.04
HSL 353.8º 0.91% 0.54% -
HSV(B) 353.8º 0.87% 0.96% -
XYZ 38.84 20.71 5.44 -
YUV 98.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 245 32 54 0 0.87 0.78 0.04 353.8 0.91 0.54
Hex F5 20 36 0 57 4E 4 162 5B 36
Octal 365 40 66 0 127 116 4 542 133 66
Binary 11110101 100000 110110 0 1010111 1001110 100 101100010 1011011 110110

Color Harmonies of #F52036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52036

Black with #F52036

Text Example


Text Example

White with #F52036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52036; }

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

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

background-color css

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

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

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

border-color css

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

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

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