Html Css Color HEX #F5393D Alizarin

📋 copy color: '#F5393D'

red 245 ◦ green 57 ◦ blue 61

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

Shades of Alizarin #F5393D

Tints of Alizarin #F5393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 67.49%
G = 15.7%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5393D (or 0xF5393D) is known color: Alizarin. HEX triplet: F5, 39 and 3D. RGB value is (245,57,61). Sum of RGB (Red+Green+Blue) = 245+57+61=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F5393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5393D is #0AC6C2. Grayscale: #717171. Windows color (decimal): -706243 or 4012533. OLE color: 4012533.

HSL color Cylindrical-coordinate representation of color #F5393D: hue angle of 358.72º 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 #F5393D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 57 61 -
CMYK 0 0.77 0.75 0.04
HSL 358.72º 0.9% 0.59% -
HSV(B) 358.72º 0.77% 0.96% -
XYZ 39.96 22.68 6.69 -
YUV 113.67 98.28 221.67 -
System Red Green Blue C M Y K H S L
Decimal 245 57 61 0 0.77 0.75 0.04 358.72 0.9 0.59
Hex F5 39 3D 0 4D 4B 4 167 5A 3B
Octal 365 71 75 0 115 113 4 547 132 73
Binary 11110101 111001 111101 0 1001101 1001011 100 101100111 1011010 111011

Color Harmonies of #F5393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5393D

Black with #F5393D

Text Example


Text Example

White with #F5393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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