Html Css Color HEX #F52728 Alizarin

📋 copy color: '#F52728'

red 245 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #F52728

Tints of Alizarin #F52728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 75.62%
G = 12.04%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F52728 (or 0xF52728) is known color: Alizarin. HEX triplet: F5, 27 and 28. RGB value is (245,39,40). Sum of RGB (Red+Green+Blue) = 245+39+40=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F52728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52728 is #0AD8D7. Grayscale: #646464. Windows color (decimal): -710872 or 2631669. OLE color: 2631669.

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

Color convert

RGB 245 39 40 -
CMYK 0 0.84 0.84 0.04
HSL 359.71º 0.91% 0.56% -
HSV(B) 359.71º 0.84% 0.96% -
XYZ 38.76 21.02 4.02 -
YUV 100.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 245 39 40 0 0.84 0.84 0.04 359.71 0.91 0.56
Hex F5 27 28 0 54 54 4 168 5B 38
Octal 365 47 50 0 124 124 4 550 133 70
Binary 11110101 100111 101000 0 1010100 1010100 100 101101000 1011011 111000

Color Harmonies of #F52728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52728

Black with #F52728

Text Example


Text Example

White with #F52728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52728; }

 p { color: rgb(245,39,40); }

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

background-color css

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

 a { background-color: rgb(245,39,40); }

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

border-color css

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

 span { border-color: rgb(245,39,40); }

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