Html Css Color HEX #F53039 Alizarin

📋 copy color: '#F53039'

red 245 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #F53039

Tints of Alizarin #F53039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 70%
G = 13.71%
B = 16.29%

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

#F53039 (or 0xF53039) is known color: Alizarin. HEX triplet: F5, 30 and 39. RGB value is (245,48,57). Sum of RGB (Red+Green+Blue) = 245+48+57=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53039 is #0ACFC6. Grayscale: #6C6C6C. Windows color (decimal): -708551 or 3748085. OLE color: 3748085.

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

Color convert

RGB 245 48 57 -
CMYK 0 0.80 0.77 0.04
HSL 357.26º 0.91% 0.57% -
HSV(B) 357.26º 0.8% 0.96% -
XYZ 39.45 21.82 6 -
YUV 107.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 245 48 57 0 0.80 0.77 0.04 357.26 0.91 0.57
Hex F5 30 39 0 50 4D 4 165 5B 39
Octal 365 60 71 0 120 115 4 545 133 71
Binary 11110101 110000 111001 0 1010000 1001101 100 101100101 1011011 111001

Color Harmonies of #F53039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53039

Black with #F53039

Text Example


Text Example

White with #F53039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53039; }

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

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

background-color css

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

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

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

border-color css

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

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

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