Html Css Color HEX #F01B2B Alizarin

📋 copy color: '#F01B2B'

red 240 ◦ green 27 ◦ blue 43

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

Shades of Alizarin #F01B2B

Tints of Alizarin #F01B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 77.42%
G = 8.71%
B = 13.87%

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

#F01B2B (or 0xF01B2B) is known color: Alizarin. HEX triplet: F0, 1B and 2B. RGB value is (240,27,43). Sum of RGB (Red+Green+Blue) = 240+27+43=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B2B is #0FE4D4. Grayscale: #5C5C5C. Windows color (decimal): -1041621 or 2825200. OLE color: 2825200.

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

Color convert

RGB 240 27 43 -
CMYK 0 0.89 0.82 0.06
HSL 355.49º 0.88% 0.52% -
HSV(B) 355.49º 0.89% 0.94% -
XYZ 36.76 19.48 4.11 -
YUV 92.51 100.07 233.2 -
System Red Green Blue C M Y K H S L
Decimal 240 27 43 0 0.89 0.82 0.06 355.49 0.88 0.52
Hex F0 1B 2B 0 59 52 6 163 58 34
Octal 360 33 53 0 131 122 6 543 130 64
Binary 11110000 11011 101011 0 1011001 1010010 110 101100011 1011000 110100

Color Harmonies of #F01B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B2B

Black with #F01B2B

Text Example


Text Example

White with #F01B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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