Html Css Color HEX #F52025 Alizarin

📋 copy color: '#F52025'

red 245 ◦ green 32 ◦ blue 37

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

Shades of Alizarin #F52025

Tints of Alizarin #F52025

RGB

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

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

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

R = 78.03%
G = 10.19%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F52025 (or 0xF52025) is known color: Alizarin. HEX triplet: F5, 20 and 25. RGB value is (245,32,37). Sum of RGB (Red+Green+Blue) = 245+32+37=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F52025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52025 is #0ADFDA. Grayscale: #606060. Windows color (decimal): -712667 or 2433269. OLE color: 2433269.

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

Color convert

RGB 245 32 37 -
CMYK 0 0.87 0.85 0.04
HSL 358.59º 0.91% 0.54% -
HSV(B) 358.59º 0.87% 0.96% -
XYZ 38.51 20.58 3.69 -
YUV 96.26 94.57 234.09 -
System Red Green Blue C M Y K H S L
Decimal 245 32 37 0 0.87 0.85 0.04 358.59 0.91 0.54
Hex F5 20 25 0 57 55 4 167 5B 36
Octal 365 40 45 0 127 125 4 547 133 66
Binary 11110101 100000 100101 0 1010111 1010101 100 101100111 1011011 110110

Color Harmonies of #F52025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52025

Black with #F52025

Text Example


Text Example

White with #F52025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52025; }

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

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

background-color css

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

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

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

border-color css

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

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

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