Html Css Color HEX #F01A2C Alizarin

📋 copy color: '#F01A2C'

red 240 ◦ green 26 ◦ blue 44

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

Shades of Alizarin #F01A2C

Tints of Alizarin #F01A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 77.42%
G = 8.39%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F01A2C (or 0xF01A2C) is known color: Alizarin. HEX triplet: F0, 1A and 2C. RGB value is (240,26,44). Sum of RGB (Red+Green+Blue) = 240+26+44=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A2C is #0FE5D3. Grayscale: #5C5C5C. Windows color (decimal): -1041876 or 2890480. OLE color: 2890480.

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

Color convert

RGB 240 26 44 -
CMYK 0 0.89 0.82 0.06
HSL 354.95º 0.88% 0.52% -
HSV(B) 354.95º 0.89% 0.94% -
XYZ 36.76 19.45 4.2 -
YUV 92.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 240 26 44 0 0.89 0.82 0.06 354.95 0.88 0.52
Hex F0 1A 2C 0 59 52 6 163 58 34
Octal 360 32 54 0 131 122 6 543 130 64
Binary 11110000 11010 101100 0 1011001 1010010 110 101100011 1011000 110100

Color Harmonies of #F01A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A2C

Black with #F01A2C

Text Example


Text Example

White with #F01A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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