Html Css Color HEX #F52426 Alizarin

📋 copy color: '#F52426'

red 245 ◦ green 36 ◦ blue 38

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

Shades of Alizarin #F52426

Tints of Alizarin #F52426

RGB

 RED value IS 245 (96.09% from 255) = 76.8%

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 76.8%
G = 11.29%
B = 11.91%

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

#F52426 (or 0xF52426) is known color: Alizarin. HEX triplet: F5, 24 and 26. RGB value is (245,36,38). Sum of RGB (Red+Green+Blue) = 245+36+38=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F52426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52426 is #0ADBD9. Grayscale: #626262. Windows color (decimal): -711642 or 2499829. OLE color: 2499829.

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

Color convert

RGB 245 36 38 -
CMYK 0 0.85 0.84 0.04
HSL 359.43º 0.91% 0.55% -
HSV(B) 359.43º 0.85% 0.96% -
XYZ 38.64 20.81 3.81 -
YUV 98.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 245 36 38 0 0.85 0.84 0.04 359.43 0.91 0.55
Hex F5 24 26 0 55 54 4 167 5B 37
Octal 365 44 46 0 125 124 4 547 133 67
Binary 11110101 100100 100110 0 1010101 1010100 100 101100111 1011011 110111

Color Harmonies of #F52426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52426

Black with #F52426

Text Example


Text Example

White with #F52426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52426; }

 p { color: rgb(245,36,38); }

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

background-color css

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

 a { background-color: rgb(245,36,38); }

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

border-color css

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

 span { border-color: rgb(245,36,38); }

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