Html Css Color HEX #F01A2E Alizarin

📋 copy color: '#F01A2E'

red 240 ◦ green 26 ◦ blue 46

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

Shades of Alizarin #F01A2E

Tints of Alizarin #F01A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

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

R = 76.92%
G = 8.33%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F01A2E (or 0xF01A2E) is known color: Alizarin. HEX triplet: F0, 1A and 2E. RGB value is (240,26,46). Sum of RGB (Red+Green+Blue) = 240+26+46=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A2E is #0FE5D1. Grayscale: #5C5C5C. Windows color (decimal): -1041874 or 3021552. OLE color: 3021552.

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

Color convert

RGB 240 26 46 -
CMYK 0 0.89 0.81 0.06
HSL 354.39º 0.88% 0.52% -
HSV(B) 354.39º 0.89% 0.94% -
XYZ 36.8 19.46 4.4 -
YUV 92.27 101.9 233.37 -
System Red Green Blue C M Y K H S L
Decimal 240 26 46 0 0.89 0.81 0.06 354.39 0.88 0.52
Hex F0 1A 2E 0 59 51 6 162 58 34
Octal 360 32 56 0 131 121 6 542 130 64
Binary 11110000 11010 101110 0 1011001 1010001 110 101100010 1011000 110100

Color Harmonies of #F01A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A2E

Black with #F01A2E

Text Example


Text Example

White with #F01A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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