Html Css Color HEX #F52029 Alizarin

📋 copy color: '#F52029'

red 245 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #F52029

Tints of Alizarin #F52029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.89%

R = 77.04%
G = 10.06%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F52029 (or 0xF52029) is known color: Alizarin. HEX triplet: F5, 20 and 29. RGB value is (245,32,41). Sum of RGB (Red+Green+Blue) = 245+32+41=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F52029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52029 is #0ADFD6. Grayscale: #606060. Windows color (decimal): -712663 or 2695413. OLE color: 2695413.

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

Color convert

RGB 245 32 41 -
CMYK 0 0.87 0.83 0.04
HSL 357.46º 0.91% 0.54% -
HSV(B) 357.46º 0.87% 0.96% -
XYZ 38.57 20.61 4.04 -
YUV 96.71 96.57 233.77 -
System Red Green Blue C M Y K H S L
Decimal 245 32 41 0 0.87 0.83 0.04 357.46 0.91 0.54
Hex F5 20 29 0 57 53 4 165 5B 36
Octal 365 40 51 0 127 123 4 545 133 66
Binary 11110101 100000 101001 0 1010111 1010011 100 101100101 1011011 110110

Color Harmonies of #F52029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52029

Black with #F52029

Text Example


Text Example

White with #F52029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52029; }

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

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

background-color css

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

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

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

border-color css

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

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

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