Html Css Color HEX #F01E2E Alizarin

📋 copy color: '#F01E2E'

red 240 ◦ green 30 ◦ blue 46

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

Shades of Alizarin #F01E2E

Tints of Alizarin #F01E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 75.95%
G = 9.49%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F01E2E (or 0xF01E2E) is known color: Alizarin. HEX triplet: F0, 1E and 2E. RGB value is (240,30,46). Sum of RGB (Red+Green+Blue) = 240+30+46=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01E2E is #0FE1D1. Grayscale: #5E5E5E. Windows color (decimal): -1040850 or 3022576. OLE color: 3022576.

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

Color convert

RGB 240 30 46 -
CMYK 0 0.87 0.81 0.06
HSL 355.43º 0.88% 0.53% -
HSV(B) 355.43º 0.88% 0.94% -
XYZ 36.89 19.65 4.43 -
YUV 94.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 240 30 46 0 0.87 0.81 0.06 355.43 0.88 0.53
Hex F0 1E 2E 0 57 51 6 163 58 35
Octal 360 36 56 0 127 121 6 543 130 65
Binary 11110000 11110 101110 0 1010111 1010001 110 101100011 1011000 110101

Color Harmonies of #F01E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E2E

Black with #F01E2E

Text Example


Text Example

White with #F01E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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