Html Css Color HEX #F02526 Alizarin

📋 copy color: '#F02526'

red 240 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #F02526

Tints of Alizarin #F02526

RGB

 RED value IS 240 (94.14% from 255) = 76.19%

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

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

R = 76.19%
G = 11.75%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02526 (or 0xF02526) is known color: Alizarin. HEX triplet: F0, 25 and 26. RGB value is (240,37,38). Sum of RGB (Red+Green+Blue) = 240+37+38=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F02526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02526 is #0FDAD9. Grayscale: #626262. Windows color (decimal): -1039066 or 2500080. OLE color: 2500080.

HSL color Cylindrical-coordinate representation of color #F02526: hue angle of 359.7º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02526 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 38 -
CMYK 0 0.85 0.84 0.06
HSL 359.7º 0.87% 0.54% -
HSV(B) 359.7º 0.85% 0.94% -
XYZ 36.95 19.99 3.74 -
YUV 97.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 240 37 38 0 0.85 0.84 0.06 359.7 0.87 0.54
Hex F0 25 26 0 55 54 6 168 57 36
Octal 360 45 46 0 125 124 6 550 127 66
Binary 11110000 100101 100110 0 1010101 1010100 110 101101000 1010111 110110

Color Harmonies of #F02526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02526

Black with #F02526

Text Example


Text Example

White with #F02526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02526; }

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

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

background-color css

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

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

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

border-color css

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

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

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