Html Css Color HEX #F5393B Alizarin

📋 copy color: '#F5393B'

red 245 ◦ green 57 ◦ blue 59

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

Shades of Alizarin #F5393B

Tints of Alizarin #F5393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 67.87%
G = 15.79%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5393B (or 0xF5393B) is known color: Alizarin. HEX triplet: F5, 39 and 3B. RGB value is (245,57,59). Sum of RGB (Red+Green+Blue) = 245+57+59=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5393B is #0AC6C4. Grayscale: #717171. Windows color (decimal): -706245 or 3881461. OLE color: 3881461.

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

Color convert

RGB 245 57 59 -
CMYK 0 0.77 0.76 0.04
HSL 359.36º 0.9% 0.59% -
HSV(B) 359.36º 0.77% 0.96% -
XYZ 39.91 22.65 6.41 -
YUV 113.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 245 57 59 0 0.77 0.76 0.04 359.36 0.9 0.59
Hex F5 39 3B 0 4D 4C 4 167 5A 3B
Octal 365 71 73 0 115 114 4 547 132 73
Binary 11110101 111001 111011 0 1001101 1001100 100 101100111 1011010 111011

Color Harmonies of #F5393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5393B

Black with #F5393B

Text Example


Text Example

White with #F5393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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