Html Css Color HEX #F63135 Alizarin

📋 copy color: '#F63135'

red 246 ◦ green 49 ◦ blue 53

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

Shades of Alizarin #F63135

Tints of Alizarin #F63135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 70.69%
G = 14.08%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F63135 (or 0xF63135) is known color: Alizarin. HEX triplet: F6, 31 and 35. RGB value is (246,49,53). Sum of RGB (Red+Green+Blue) = 246+49+53=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F63135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63135 is #09CECA. Grayscale: #6C6C6C. Windows color (decimal): -642763 or 3486198. OLE color: 3486198.

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

Color convert

RGB 246 49 53 -
CMYK 0 0.80 0.78 0.04
HSL 358.78º 0.92% 0.58% -
HSV(B) 358.78º 0.8% 0.96% -
XYZ 39.75 22.05 5.53 -
YUV 108.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 246 49 53 0 0.80 0.78 0.04 358.78 0.92 0.58
Hex F6 31 35 0 50 4E 4 167 5C 3A
Octal 366 61 65 0 120 116 4 547 134 72
Binary 11110110 110001 110101 0 1010000 1001110 100 101100111 1011100 111010

Color Harmonies of #F63135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63135

Black with #F63135

Text Example


Text Example

White with #F63135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63135; }

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

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

background-color css

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

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

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

border-color css

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

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

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