Html Css Color HEX #F53841 Alizarin

📋 copy color: '#F53841'

red 245 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #F53841

Tints of Alizarin #F53841

RGB

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

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

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

R = 66.94%
G = 15.3%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53841 (or 0xF53841) is known color: Alizarin. HEX triplet: F5, 38 and 41. RGB value is (245,56,65). Sum of RGB (Red+Green+Blue) = 245+56+65=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53841 is #0AC7BE. Grayscale: #717171. Windows color (decimal): -706495 or 4274421. OLE color: 4274421.

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

Color convert

RGB 245 56 65 -
CMYK 0 0.77 0.73 0.04
HSL 357.14º 0.9% 0.59% -
HSV(B) 357.14º 0.77% 0.96% -
XYZ 40.02 22.62 7.26 -
YUV 113.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 245 56 65 0 0.77 0.73 0.04 357.14 0.9 0.59
Hex F5 38 41 0 4D 49 4 165 5A 3B
Octal 365 70 101 0 115 111 4 545 132 73
Binary 11110101 111000 1000001 0 1001101 1001001 100 101100101 1011010 111011

Color Harmonies of #F53841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53841

Black with #F53841

Text Example


Text Example

White with #F53841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53841; }

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

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

background-color css

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

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

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

border-color css

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

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

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