Html Css Color HEX #F52639 Alizarin

📋 copy color: '#F52639'

red 245 ◦ green 38 ◦ blue 57

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

Shades of Alizarin #F52639

Tints of Alizarin #F52639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 57 (22.66% from 255) = 16.76%

R = 72.06%
G = 11.18%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F52639 (or 0xF52639) is known color: Alizarin. HEX triplet: F5, 26 and 39. RGB value is (245,38,57). Sum of RGB (Red+Green+Blue) = 245+38+57=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F52639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52639 is #0AD9C6. Grayscale: #666666. Windows color (decimal): -711111 or 3745525. OLE color: 3745525.

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

Color convert

RGB 245 38 57 -
CMYK 0 0.84 0.77 0.04
HSL 354.49º 0.91% 0.55% -
HSV(B) 354.49º 0.84% 0.96% -
XYZ 39.09 21.09 5.88 -
YUV 102.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 245 38 57 0 0.84 0.77 0.04 354.49 0.91 0.55
Hex F5 26 39 0 54 4D 4 162 5B 37
Octal 365 46 71 0 124 115 4 542 133 67
Binary 11110101 100110 111001 0 1010100 1001101 100 101100010 1011011 110111

Color Harmonies of #F52639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52639

Black with #F52639

Text Example


Text Example

White with #F52639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52639; }

 p { color: rgb(245,38,57); }

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

background-color css

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

 a { background-color: rgb(245,38,57); }

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

border-color css

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

 span { border-color: rgb(245,38,57); }

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