Html Css Color HEX #F53840 Alizarin

📋 copy color: '#F53840'

red 245 ◦ green 56 ◦ blue 64

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

Shades of Alizarin #F53840

Tints of Alizarin #F53840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

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

R = 67.12%
G = 15.34%
B = 17.53%

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

#F53840 (or 0xF53840) is known color: Alizarin. HEX triplet: F5, 38 and 40. RGB value is (245,56,64). Sum of RGB (Red+Green+Blue) = 245+56+64=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F53840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53840 is #0AC7BF. Grayscale: #717171. Windows color (decimal): -706496 or 4208885. OLE color: 4208885.

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

Color convert

RGB 245 56 64 -
CMYK 0 0.77 0.74 0.04
HSL 357.46º 0.9% 0.59% -
HSV(B) 357.46º 0.77% 0.96% -
XYZ 40 22.61 7.11 -
YUV 113.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 245 56 64 0 0.77 0.74 0.04 357.46 0.9 0.59
Hex F5 38 40 0 4D 4A 4 165 5A 3B
Octal 365 70 100 0 115 112 4 545 132 73
Binary 11110101 111000 1000000 0 1001101 1001010 100 101100101 1011010 111011

Color Harmonies of #F53840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53840

Black with #F53840

Text Example


Text Example

White with #F53840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53840; }

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

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

background-color css

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

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

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

border-color css

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

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

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