Html Css Color HEX #F01E2D Alizarin

📋 copy color: '#F01E2D'

red 240 ◦ green 30 ◦ blue 45

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

Shades of Alizarin #F01E2D

Tints of Alizarin #F01E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 76.19%
G = 9.52%
B = 14.29%

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

#F01E2D (or 0xF01E2D) is known color: Alizarin. HEX triplet: F0, 1E and 2D. RGB value is (240,30,45). Sum of RGB (Red+Green+Blue) = 240+30+45=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01E2D is #0FE1D2. Grayscale: #5E5E5E. Windows color (decimal): -1040851 or 2957040. OLE color: 2957040.

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

Color convert

RGB 240 30 45 -
CMYK 0 0.87 0.81 0.06
HSL 355.71º 0.88% 0.53% -
HSV(B) 355.71º 0.88% 0.94% -
XYZ 36.87 19.64 4.33 -
YUV 94.5 100.07 231.78 -
System Red Green Blue C M Y K H S L
Decimal 240 30 45 0 0.87 0.81 0.06 355.71 0.88 0.53
Hex F0 1E 2D 0 57 51 6 164 58 35
Octal 360 36 55 0 127 121 6 544 130 65
Binary 11110000 11110 101101 0 1010111 1010001 110 101100100 1011000 110101

Color Harmonies of #F01E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E2D

Black with #F01E2D

Text Example


Text Example

White with #F01E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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