Html Css Color HEX #F52425 Alizarin

📋 copy color: '#F52425'

red 245 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #F52425

Tints of Alizarin #F52425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 37 (14.84% from 255) = 11.64%

R = 77.04%
G = 11.32%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F52425 (or 0xF52425) is known color: Alizarin. HEX triplet: F5, 24 and 25. RGB value is (245,36,37). Sum of RGB (Red+Green+Blue) = 245+36+37=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F52425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52425 is #0ADBDA. Grayscale: #626262. Windows color (decimal): -711643 or 2434293. OLE color: 2434293.

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

Color convert

RGB 245 36 37 -
CMYK 0 0.85 0.85 0.04
HSL 359.71º 0.91% 0.55% -
HSV(B) 359.71º 0.85% 0.96% -
XYZ 38.62 20.81 3.73 -
YUV 98.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 245 36 37 0 0.85 0.85 0.04 359.71 0.91 0.55
Hex F5 24 25 0 55 55 4 168 5B 37
Octal 365 44 45 0 125 125 4 550 133 67
Binary 11110101 100100 100101 0 1010101 1010101 100 101101000 1011011 110111

Color Harmonies of #F52425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52425

Black with #F52425

Text Example


Text Example

White with #F52425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52425; }

 p { color: rgb(245,36,37); }

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

background-color css

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

 a { background-color: rgb(245,36,37); }

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

border-color css

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

 span { border-color: rgb(245,36,37); }

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