Html Css Color HEX #F52123 Alizarin

📋 copy color: '#F52123'

red 245 ◦ green 33 ◦ blue 35

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

Shades of Alizarin #F52123

Tints of Alizarin #F52123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.18%

R = 78.27%
G = 10.54%
B = 11.18%

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

#F52123 (or 0xF52123) is known color: Alizarin. HEX triplet: F5, 21 and 23. RGB value is (245,33,35). Sum of RGB (Red+Green+Blue) = 245+33+35=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F52123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52123 is #0ADEDC. Grayscale: #606060. Windows color (decimal): -712413 or 2302453. OLE color: 2302453.

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

Color convert

RGB 245 33 35 -
CMYK 0 0.87 0.86 0.04
HSL 359.43º 0.91% 0.55% -
HSV(B) 359.43º 0.87% 0.96% -
XYZ 38.5 20.62 3.54 -
YUV 96.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 245 33 35 0 0.87 0.86 0.04 359.43 0.91 0.55
Hex F5 21 23 0 57 56 4 167 5B 37
Octal 365 41 43 0 127 126 4 547 133 67
Binary 11110101 100001 100011 0 1010111 1010110 100 101100111 1011011 110111

Color Harmonies of #F52123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52123

Black with #F52123

Text Example


Text Example

White with #F52123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52123; }

 p { color: rgb(245,33,35); }

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

background-color css

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

 a { background-color: rgb(245,33,35); }

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

border-color css

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

 span { border-color: rgb(245,33,35); }

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