Html Css Color HEX #F02528 Alizarin

📋 copy color: '#F02528'

red 240 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #F02528

Tints of Alizarin #F02528

RGB

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

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

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

R = 75.71%
G = 11.67%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02528 (or 0xF02528) is known color: Alizarin. HEX triplet: F0, 25 and 28. RGB value is (240,37,40). Sum of RGB (Red+Green+Blue) = 240+37+40=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F02528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02528 is #0FDAD7. Grayscale: #626262. Windows color (decimal): -1039064 or 2631152. OLE color: 2631152.

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

Color convert

RGB 240 37 40 -
CMYK 0 0.85 0.83 0.06
HSL 359.11º 0.87% 0.54% -
HSV(B) 359.11º 0.85% 0.94% -
XYZ 36.98 20 3.92 -
YUV 98.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 240 37 40 0 0.85 0.83 0.06 359.11 0.87 0.54
Hex F0 25 28 0 55 53 6 167 57 36
Octal 360 45 50 0 125 123 6 547 127 66
Binary 11110000 100101 101000 0 1010101 1010011 110 101100111 1010111 110110

Color Harmonies of #F02528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02528

Black with #F02528

Text Example


Text Example

White with #F02528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02528; }

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

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

background-color css

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

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

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

border-color css

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

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

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