Html Css Color HEX #F53641 Alizarin

📋 copy color: '#F53641'

red 245 ◦ green 54 ◦ blue 65

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

Shades of Alizarin #F53641

Tints of Alizarin #F53641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 67.31%
G = 14.84%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53641 (or 0xF53641) is known color: Alizarin. HEX triplet: F5, 36 and 41. RGB value is (245,54,65). Sum of RGB (Red+Green+Blue) = 245+54+65=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F53641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53641 is #0AC9BE. Grayscale: #707070. Windows color (decimal): -707007 or 4273909. OLE color: 4273909.

HSL color Cylindrical-coordinate representation of color #F53641: hue angle of 356.54º degrees, saturation: 0.91, 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 #F53641 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 54 65 -
CMYK 0 0.78 0.73 0.04
HSL 356.54º 0.91% 0.59% -
HSV(B) 356.54º 0.78% 0.96% -
XYZ 39.93 22.43 7.23 -
YUV 112.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 245 54 65 0 0.78 0.73 0.04 356.54 0.91 0.59
Hex F5 36 41 0 4E 49 4 165 5B 3B
Octal 365 66 101 0 116 111 4 545 133 73
Binary 11110101 110110 1000001 0 1001110 1001001 100 101100101 1011011 111011

Color Harmonies of #F53641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53641

Black with #F53641

Text Example


Text Example

White with #F53641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53641; }

 p { color: rgb(245,54,65); }

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

background-color css

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

 a { background-color: rgb(245,54,65); }

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

border-color css

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

 span { border-color: rgb(245,54,65); }

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