Html Css Color HEX #F52022 Alizarin

📋 copy color: '#F52022'

red 245 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #F52022

Tints of Alizarin #F52022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.93%

R = 78.78%
G = 10.29%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F52022 (or 0xF52022) is known color: Alizarin. HEX triplet: F5, 20 and 22. RGB value is (245,32,34). Sum of RGB (Red+Green+Blue) = 245+32+34=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F52022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52022 is #0ADFDD. Grayscale: #606060. Windows color (decimal): -712670 or 2236661. OLE color: 2236661.

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

Color convert

RGB 245 32 34 -
CMYK 0 0.87 0.86 0.04
HSL 359.44º 0.91% 0.54% -
HSV(B) 359.44º 0.87% 0.96% -
XYZ 38.46 20.56 3.45 -
YUV 95.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 245 32 34 0 0.87 0.86 0.04 359.44 0.91 0.54
Hex F5 20 22 0 57 56 4 167 5B 36
Octal 365 40 42 0 127 126 4 547 133 66
Binary 11110101 100000 100010 0 1010111 1010110 100 101100111 1011011 110110

Color Harmonies of #F52022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52022

Black with #F52022

Text Example


Text Example

White with #F52022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52022; }

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

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

background-color css

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

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

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

border-color css

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

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

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