Html Css Color HEX #F53940 Alizarin

📋 copy color: '#F53940'

red 245 ◦ green 57 ◦ blue 64

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

Shades of Alizarin #F53940

Tints of Alizarin #F53940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 66.94%
G = 15.57%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F53940 (or 0xF53940) is known color: Alizarin. HEX triplet: F5, 39 and 40. RGB value is (245,57,64). Sum of RGB (Red+Green+Blue) = 245+57+64=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53940 is #0AC6BF. Grayscale: #727272. Windows color (decimal): -706240 or 4209141. OLE color: 4209141.

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

Color convert

RGB 245 57 64 -
CMYK 0 0.77 0.74 0.04
HSL 357.77º 0.9% 0.59% -
HSV(B) 357.77º 0.77% 0.96% -
XYZ 40.04 22.71 7.12 -
YUV 114.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 245 57 64 0 0.77 0.74 0.04 357.77 0.9 0.59
Hex F5 39 40 0 4D 4A 4 166 5A 3B
Octal 365 71 100 0 115 112 4 546 132 73
Binary 11110101 111001 1000000 0 1001101 1001010 100 101100110 1011010 111011

Color Harmonies of #F53940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53940

Black with #F53940

Text Example


Text Example

White with #F53940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53940; }

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

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

background-color css

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

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

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

border-color css

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

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

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