Html Css Color HEX #F01B2C Alizarin

📋 copy color: '#F01B2C'

red 240 ◦ green 27 ◦ blue 44

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

Shades of Alizarin #F01B2C

Tints of Alizarin #F01B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.68%

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

R = 77.17%
G = 8.68%
B = 14.15%

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

#F01B2C (or 0xF01B2C) is known color: Alizarin. HEX triplet: F0, 1B and 2C. RGB value is (240,27,44). Sum of RGB (Red+Green+Blue) = 240+27+44=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B2C is #0FE4D3. Grayscale: #5C5C5C. Windows color (decimal): -1041620 or 2890736. OLE color: 2890736.

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

Color convert

RGB 240 27 44 -
CMYK 0 0.89 0.82 0.06
HSL 355.21º 0.88% 0.52% -
HSV(B) 355.21º 0.89% 0.94% -
XYZ 36.78 19.49 4.21 -
YUV 92.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 240 27 44 0 0.89 0.82 0.06 355.21 0.88 0.52
Hex F0 1B 2C 0 59 52 6 163 58 34
Octal 360 33 54 0 131 122 6 543 130 64
Binary 11110000 11011 101100 0 1011001 1010010 110 101100011 1011000 110100

Color Harmonies of #F01B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B2C

Black with #F01B2C

Text Example


Text Example

White with #F01B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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