Html Css Color HEX #F53133 Alizarin

📋 copy color: '#F53133'

red 245 ◦ green 49 ◦ blue 51

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

Shades of Alizarin #F53133

Tints of Alizarin #F53133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 71.01%
G = 14.2%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F53133 (or 0xF53133) is known color: Alizarin. HEX triplet: F5, 31 and 33. RGB value is (245,49,51). Sum of RGB (Red+Green+Blue) = 245+49+51=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F53133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53133 is #0ACECC. Grayscale: #6C6C6C. Windows color (decimal): -708301 or 3355125. OLE color: 3355125.

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

Color convert

RGB 245 49 51 -
CMYK 0 0.8 0.79 0.04
HSL 359.39º 0.91% 0.58% -
HSV(B) 359.39º 0.8% 0.96% -
XYZ 39.35 21.85 5.27 -
YUV 107.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 245 49 51 0 0.8 0.79 0.04 359.39 0.91 0.58
Hex F5 31 33 0 50 4F 4 167 5B 3A
Octal 365 61 63 0 120 117 4 547 133 72
Binary 11110101 110001 110011 0 1010000 1001111 100 101100111 1011011 111010

Color Harmonies of #F53133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53133

Black with #F53133

Text Example


Text Example

White with #F53133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53133; }

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

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

background-color css

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

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

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

border-color css

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

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

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