Html Css Color HEX #F53336 Alizarin

📋 copy color: '#F53336'

red 245 ◦ green 51 ◦ blue 54

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

Shades of Alizarin #F53336

Tints of Alizarin #F53336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 70%
G = 14.57%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F53336 (or 0xF53336) is known color: Alizarin. HEX triplet: F5, 33 and 36. RGB value is (245,51,54). Sum of RGB (Red+Green+Blue) = 245+51+54=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53336 is #0ACCC9. Grayscale: #6D6D6D. Windows color (decimal): -707786 or 3552245. OLE color: 3552245.

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

Color convert

RGB 245 51 54 -
CMYK 0 0.79 0.78 0.04
HSL 359.07º 0.91% 0.58% -
HSV(B) 359.07º 0.79% 0.96% -
XYZ 39.51 22.05 5.66 -
YUV 109.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 245 51 54 0 0.79 0.78 0.04 359.07 0.91 0.58
Hex F5 33 36 0 4F 4E 4 167 5B 3A
Octal 365 63 66 0 117 116 4 547 133 72
Binary 11110101 110011 110110 0 1001111 1001110 100 101100111 1011011 111010

Color Harmonies of #F53336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53336

Black with #F53336

Text Example


Text Example

White with #F53336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53336; }

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

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

background-color css

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

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

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

border-color css

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

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

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