Html Css Color HEX #F53239 Alizarin

📋 copy color: '#F53239'

red 245 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #F53239

Tints of Alizarin #F53239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

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

R = 69.6%
G = 14.2%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F53239 (or 0xF53239) is known color: Alizarin. HEX triplet: F5, 32 and 39. RGB value is (245,50,57). Sum of RGB (Red+Green+Blue) = 245+50+57=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F53239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53239 is #0ACDC6. Grayscale: #6D6D6D. Windows color (decimal): -708039 or 3748597. OLE color: 3748597.

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

Color convert

RGB 245 50 57 -
CMYK 0 0.80 0.77 0.04
HSL 357.85º 0.91% 0.58% -
HSV(B) 357.85º 0.8% 0.96% -
XYZ 39.54 21.99 6.03 -
YUV 109.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 245 50 57 0 0.80 0.77 0.04 357.85 0.91 0.58
Hex F5 32 39 0 50 4D 4 166 5B 3A
Octal 365 62 71 0 120 115 4 546 133 72
Binary 11110101 110010 111001 0 1010000 1001101 100 101100110 1011011 111010

Color Harmonies of #F53239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53239

Black with #F53239

Text Example


Text Example

White with #F53239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53239; }

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

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

background-color css

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

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

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

border-color css

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

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

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