Html Css Color HEX #F01E26 Alizarin

📋 copy color: '#F01E26'

red 240 ◦ green 30 ◦ blue 38

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

Shades of Alizarin #F01E26

Tints of Alizarin #F01E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 77.92%
G = 9.74%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F01E26 (or 0xF01E26) is known color: Alizarin. HEX triplet: F0, 1E and 26. RGB value is (240,30,38). Sum of RGB (Red+Green+Blue) = 240+30+38=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01E26 is #0FE1D9. Grayscale: #5D5D5D. Windows color (decimal): -1040858 or 2498288. OLE color: 2498288.

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

Color convert

RGB 240 30 38 -
CMYK 0 0.87 0.84 0.06
HSL 357.71º 0.88% 0.53% -
HSV(B) 357.71º 0.88% 0.94% -
XYZ 36.75 19.59 3.68 -
YUV 93.7 96.57 232.35 -
System Red Green Blue C M Y K H S L
Decimal 240 30 38 0 0.87 0.84 0.06 357.71 0.88 0.53
Hex F0 1E 26 0 57 54 6 166 58 35
Octal 360 36 46 0 127 124 6 546 130 65
Binary 11110000 11110 100110 0 1010111 1010100 110 101100110 1011000 110101

Color Harmonies of #F01E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E26

Black with #F01E26

Text Example


Text Example

White with #F01E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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