Html Css Color HEX #F02631 Alizarin

📋 copy color: '#F02631'

red 240 ◦ green 38 ◦ blue 49

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

Shades of Alizarin #F02631

Tints of Alizarin #F02631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 73.39%
G = 11.62%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F02631 (or 0xF02631) is known color: Alizarin. HEX triplet: F0, 26 and 31. RGB value is (240,38,49). Sum of RGB (Red+Green+Blue) = 240+38+49=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F02631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02631 is #0FD9CE. Grayscale: #636363. Windows color (decimal): -1038799 or 3221232. OLE color: 3221232.

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

Color convert

RGB 240 38 49 -
CMYK 0 0.84 0.80 0.06
HSL 356.73º 0.87% 0.55% -
HSV(B) 356.73º 0.84% 0.94% -
XYZ 37.18 20.13 4.83 -
YUV 99.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 240 38 49 0 0.84 0.80 0.06 356.73 0.87 0.55
Hex F0 26 31 0 54 50 6 165 57 37
Octal 360 46 61 0 124 120 6 545 127 67
Binary 11110000 100110 110001 0 1010100 1010000 110 101100101 1010111 110111

Color Harmonies of #F02631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02631

Black with #F02631

Text Example


Text Example

White with #F02631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02631; }

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

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

background-color css

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

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

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

border-color css

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

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

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