Html Css Color HEX #F02531 Alizarin

📋 copy color: '#F02531'

red 240 ◦ green 37 ◦ blue 49

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

Shades of Alizarin #F02531

Tints of Alizarin #F02531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 73.62%
G = 11.35%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F02531 (or 0xF02531) is known color: Alizarin. HEX triplet: F0, 25 and 31. RGB value is (240,37,49). Sum of RGB (Red+Green+Blue) = 240+37+49=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F02531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02531 is #0FDACE. Grayscale: #636363. Windows color (decimal): -1039055 or 3220976. OLE color: 3220976.

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

Color convert

RGB 240 37 49 -
CMYK 0 0.85 0.80 0.06
HSL 356.45º 0.87% 0.54% -
HSV(B) 356.45º 0.85% 0.94% -
XYZ 37.15 20.07 4.82 -
YUV 99.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 240 37 49 0 0.85 0.80 0.06 356.45 0.87 0.54
Hex F0 25 31 0 55 50 6 164 57 36
Octal 360 45 61 0 125 120 6 544 127 66
Binary 11110000 100101 110001 0 1010101 1010000 110 101100100 1010111 110110

Color Harmonies of #F02531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02531

Black with #F02531

Text Example


Text Example

White with #F02531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02531; }

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

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

background-color css

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

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

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

border-color css

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

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

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