Html Css Color HEX #F0212B Alizarin

📋 copy color: '#F0212B'

red 240 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #F0212B

Tints of Alizarin #F0212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

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

R = 75.95%
G = 10.44%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0212B (or 0xF0212B) is known color: Alizarin. HEX triplet: F0, 21 and 2B. RGB value is (240,33,43). Sum of RGB (Red+Green+Blue) = 240+33+43=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0212B is #0FDED4. Grayscale: #606060. Windows color (decimal): -1040085 or 2826736. OLE color: 2826736.

HSL color Cylindrical-coordinate representation of color #F0212B: hue angle of 357.1º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0212B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 43 -
CMYK 0 0.86 0.82 0.06
HSL 357.1º 0.87% 0.54% -
HSV(B) 357.1º 0.86% 0.94% -
XYZ 36.92 19.79 4.16 -
YUV 96.03 98.08 230.69 -
System Red Green Blue C M Y K H S L
Decimal 240 33 43 0 0.86 0.82 0.06 357.1 0.87 0.54
Hex F0 21 2B 0 56 52 6 165 57 36
Octal 360 41 53 0 126 122 6 545 127 66
Binary 11110000 100001 101011 0 1010110 1010010 110 101100101 1010111 110110

Color Harmonies of #F0212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0212B

Black with #F0212B

Text Example


Text Example

White with #F0212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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