Html Css Color HEX #F63334 Alizarin

📋 copy color: '#F63334'

red 246 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #F63334

Tints of Alizarin #F63334

RGB

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

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

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

R = 70.49%
G = 14.61%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F63334 (or 0xF63334) is known color: Alizarin. HEX triplet: F6, 33 and 34. RGB value is (246,51,52). Sum of RGB (Red+Green+Blue) = 246+51+52=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F63334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63334 is #09CCCB. Grayscale: #6D6D6D. Windows color (decimal): -642252 or 3421174. OLE color: 3421174.

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

Color convert

RGB 246 51 52 -
CMYK 0 0.79 0.79 0.04
HSL 359.69º 0.92% 0.58% -
HSV(B) 359.69º 0.79% 0.96% -
XYZ 39.81 22.21 5.44 -
YUV 109.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 246 51 52 0 0.79 0.79 0.04 359.69 0.92 0.58
Hex F6 33 34 0 4F 4F 4 168 5C 3A
Octal 366 63 64 0 117 117 4 550 134 72
Binary 11110110 110011 110100 0 1001111 1001111 100 101101000 1011100 111010

Color Harmonies of #F63334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63334

Black with #F63334

Text Example


Text Example

White with #F63334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63334; }

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

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

background-color css

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

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

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

border-color css

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

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

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