Html Css Color HEX #F53140 Alizarin

📋 copy color: '#F53140'

red 245 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #F53140

Tints of Alizarin #F53140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 68.44%
G = 13.69%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F53140 (or 0xF53140) is known color: Alizarin. HEX triplet: F5, 31 and 40. RGB value is (245,49,64). Sum of RGB (Red+Green+Blue) = 245+49+64=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F53140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53140 is #0ACEBF. Grayscale: #6D6D6D. Windows color (decimal): -708288 or 4207093. OLE color: 4207093.

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

Color convert

RGB 245 49 64 -
CMYK 0 0.8 0.74 0.04
HSL 355.41º 0.91% 0.58% -
HSV(B) 355.41º 0.8% 0.96% -
XYZ 39.68 21.98 7 -
YUV 109.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 245 49 64 0 0.8 0.74 0.04 355.41 0.91 0.58
Hex F5 31 40 0 50 4A 4 163 5B 3A
Octal 365 61 100 0 120 112 4 543 133 72
Binary 11110101 110001 1000000 0 1010000 1001010 100 101100011 1011011 111010

Color Harmonies of #F53140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53140

Black with #F53140

Text Example


Text Example

White with #F53140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53140; }

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

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

background-color css

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

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

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

border-color css

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

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

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