Html Css Color HEX #F0222B Alizarin

📋 copy color: '#F0222B'

red 240 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #F0222B

Tints of Alizarin #F0222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 75.71%
G = 10.73%
B = 13.56%

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

#F0222B (or 0xF0222B) is known color: Alizarin. HEX triplet: F0, 22 and 2B. RGB value is (240,34,43). Sum of RGB (Red+Green+Blue) = 240+34+43=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0222B is #0FDDD4. Grayscale: #606060. Windows color (decimal): -1039829 or 2826992. OLE color: 2826992.

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

Color convert

RGB 240 34 43 -
CMYK 0 0.86 0.82 0.06
HSL 357.38º 0.87% 0.54% -
HSV(B) 357.38º 0.86% 0.94% -
XYZ 36.94 19.84 4.17 -
YUV 96.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 240 34 43 0 0.86 0.82 0.06 357.38 0.87 0.54
Hex F0 22 2B 0 56 52 6 165 57 36
Octal 360 42 53 0 126 122 6 545 127 66
Binary 11110000 100010 101011 0 1010110 1010010 110 101100101 1010111 110110

Color Harmonies of #F0222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0222B

Black with #F0222B

Text Example


Text Example

White with #F0222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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