Html Css Color HEX #F62529 Alizarin

📋 copy color: '#F62529'

red 246 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #F62529

Tints of Alizarin #F62529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 75.93%
G = 11.42%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F62529 (or 0xF62529) is known color: Alizarin. HEX triplet: F6, 25 and 29. RGB value is (246,37,41). Sum of RGB (Red+Green+Blue) = 246+37+41=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F62529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62529 is #09DAD6. Grayscale: #646464. Windows color (decimal): -645847 or 2696694. OLE color: 2696694.

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

Color convert

RGB 246 37 41 -
CMYK 0 0.85 0.83 0.04
HSL 358.85º 0.92% 0.55% -
HSV(B) 358.85º 0.85% 0.96% -
XYZ 39.07 21.08 4.11 -
YUV 99.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 246 37 41 0 0.85 0.83 0.04 358.85 0.92 0.55
Hex F6 25 29 0 55 53 4 167 5C 37
Octal 366 45 51 0 125 123 4 547 134 67
Binary 11110110 100101 101001 0 1010101 1010011 100 101100111 1011100 110111

Color Harmonies of #F62529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62529

Black with #F62529

Text Example


Text Example

White with #F62529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62529; }

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

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

background-color css

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

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

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

border-color css

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

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

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