Html Css Color HEX #F62526 Alizarin

📋 copy color: '#F62526'

red 246 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #F62526

Tints of Alizarin #F62526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 38 (15.23% from 255) = 11.84%

R = 76.64%
G = 11.53%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F62526 (or 0xF62526) is known color: Alizarin. HEX triplet: F6, 25 and 26. RGB value is (246,37,38). Sum of RGB (Red+Green+Blue) = 246+37+38=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F62526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62526 is #09DAD9. Grayscale: #636363. Windows color (decimal): -645850 or 2500086. OLE color: 2500086.

HSL color Cylindrical-coordinate representation of color #F62526: hue angle of 359.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62526 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 38 -
CMYK 0 0.85 0.85 0.04
HSL 359.71º 0.92% 0.55% -
HSV(B) 359.71º 0.85% 0.96% -
XYZ 39.02 21.06 3.84 -
YUV 99.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 246 37 38 0 0.85 0.85 0.04 359.71 0.92 0.55
Hex F6 25 26 0 55 55 4 168 5C 37
Octal 366 45 46 0 125 125 4 550 134 67
Binary 11110110 100101 100110 0 1010101 1010101 100 101101000 1011100 110111

Color Harmonies of #F62526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62526

Black with #F62526

Text Example


Text Example

White with #F62526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62526; }

 p { color: rgb(246,37,38); }

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

background-color css

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

 a { background-color: rgb(246,37,38); }

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

border-color css

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

 span { border-color: rgb(246,37,38); }

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