Html Css Color HEX #F62528 Alizarin

📋 copy color: '#F62528'

red 246 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #F62528

Tints of Alizarin #F62528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 76.16%
G = 11.46%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F62528 (or 0xF62528) is known color: Alizarin. HEX triplet: F6, 25 and 28. RGB value is (246,37,40). Sum of RGB (Red+Green+Blue) = 246+37+40=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F62528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62528 is #09DAD7. Grayscale: #646464. Windows color (decimal): -645848 or 2631158. OLE color: 2631158.

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

Color convert

RGB 246 37 40 -
CMYK 0 0.85 0.84 0.04
HSL 359.14º 0.92% 0.55% -
HSV(B) 359.14º 0.85% 0.96% -
XYZ 39.05 21.07 4.02 -
YUV 99.83 94.24 232.26 -
System Red Green Blue C M Y K H S L
Decimal 246 37 40 0 0.85 0.84 0.04 359.14 0.92 0.55
Hex F6 25 28 0 55 54 4 167 5C 37
Octal 366 45 50 0 125 124 4 547 134 67
Binary 11110110 100101 101000 0 1010101 1010100 100 101100111 1011100 110111

Color Harmonies of #F62528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62528

Black with #F62528

Text Example


Text Example

White with #F62528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62528; }

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

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

background-color css

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

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

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

border-color css

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

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

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