Html Css Color HEX #F01B32 Alizarin

📋 copy color: '#F01B32'

red 240 ◦ green 27 ◦ blue 50

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

Shades of Alizarin #F01B32

Tints of Alizarin #F01B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 75.71%
G = 8.52%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F01B32 (or 0xF01B32) is known color: Alizarin. HEX triplet: F0, 1B and 32. RGB value is (240,27,50). Sum of RGB (Red+Green+Blue) = 240+27+50=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B32 is #0FE4CD. Grayscale: #5D5D5D. Windows color (decimal): -1041614 or 3283952. OLE color: 3283952.

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

Color convert

RGB 240 27 50 -
CMYK 0 0.89 0.79 0.06
HSL 353.52º 0.88% 0.52% -
HSV(B) 353.52º 0.89% 0.94% -
XYZ 36.9 19.54 4.84 -
YUV 93.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 240 27 50 0 0.89 0.79 0.06 353.52 0.88 0.52
Hex F0 1B 32 0 59 4F 6 162 58 34
Octal 360 33 62 0 131 117 6 542 130 64
Binary 11110000 11011 110010 0 1011001 1001111 110 101100010 1011000 110100

Color Harmonies of #F01B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B32

Black with #F01B32

Text Example


Text Example

White with #F01B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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