Html Css Color HEX #F53740 Alizarin

📋 copy color: '#F53740'

red 245 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #F53740

Tints of Alizarin #F53740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

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

R = 67.31%
G = 15.11%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F53740 (or 0xF53740) is known color: Alizarin. HEX triplet: F5, 37 and 40. RGB value is (245,55,64). Sum of RGB (Red+Green+Blue) = 245+55+64=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F53740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53740 is #0AC8BF. Grayscale: #707070. Windows color (decimal): -706752 or 4208629. OLE color: 4208629.

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

Color convert

RGB 245 55 64 -
CMYK 0 0.78 0.74 0.04
HSL 357.16º 0.9% 0.59% -
HSV(B) 357.16º 0.78% 0.96% -
XYZ 39.95 22.52 7.09 -
YUV 112.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 245 55 64 0 0.78 0.74 0.04 357.16 0.9 0.59
Hex F5 37 40 0 4E 4A 4 165 5A 3B
Octal 365 67 100 0 116 112 4 545 132 73
Binary 11110101 110111 1000000 0 1001110 1001010 100 101100101 1011010 111011

Color Harmonies of #F53740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53740

Black with #F53740

Text Example


Text Example

White with #F53740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53740; }

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

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

background-color css

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

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

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

border-color css

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

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

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