Html Css Color HEX #F63134 Alizarin

📋 copy color: '#F63134'

red 246 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #F63134

Tints of Alizarin #F63134

RGB

 RED value IS 246 (96.48% from 255) = 70.89%

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

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 70.89%
G = 14.12%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F63134 (or 0xF63134) is known color: Alizarin. HEX triplet: F6, 31 and 34. RGB value is (246,49,52). Sum of RGB (Red+Green+Blue) = 246+49+52=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F63134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63134 is #09CECB. Grayscale: #6C6C6C. Windows color (decimal): -642764 or 3420662. OLE color: 3420662.

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

Color convert

RGB 246 49 52 -
CMYK 0 0.80 0.79 0.04
HSL 359.09º 0.92% 0.58% -
HSV(B) 359.09º 0.8% 0.96% -
XYZ 39.72 22.04 5.41 -
YUV 108.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 246 49 52 0 0.80 0.79 0.04 359.09 0.92 0.58
Hex F6 31 34 0 50 4F 4 167 5C 3A
Octal 366 61 64 0 120 117 4 547 134 72
Binary 11110110 110001 110100 0 1010000 1001111 100 101100111 1011100 111010

Color Harmonies of #F63134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63134

Black with #F63134

Text Example


Text Example

White with #F63134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63134; }

 p { color: rgb(246,49,52); }

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

background-color css

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

 a { background-color: rgb(246,49,52); }

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

border-color css

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

 span { border-color: rgb(246,49,52); }

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