Html Css Color HEX #F22023 Alizarin

📋 copy color: '#F22023'

red 242 ◦ green 32 ◦ blue 35

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

Shades of Alizarin #F22023

Tints of Alizarin #F22023

RGB

 RED value IS 242 (94.92% from 255) = 78.32%

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 78.32%
G = 10.36%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22023 (or 0xF22023) is known color: Alizarin. HEX triplet: F2, 20 and 23. RGB value is (242,32,35). Sum of RGB (Red+Green+Blue) = 242+32+35=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F22023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22023 is #0DDFDC. Grayscale: #5F5F5F. Windows color (decimal): -909277 or 2302194. OLE color: 2302194.

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

Color convert

RGB 242 32 35 -
CMYK 0 0.87 0.86 0.05
HSL 359.14º 0.89% 0.54% -
HSV(B) 359.14º 0.87% 0.95% -
XYZ 37.44 20.03 3.48 -
YUV 95.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 242 32 35 0 0.87 0.86 0.05 359.14 0.89 0.54
Hex F2 20 23 0 57 56 5 167 59 36
Octal 362 40 43 0 127 126 5 547 131 66
Binary 11110010 100000 100011 0 1010111 1010110 101 101100111 1011001 110110

Color Harmonies of #F22023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22023

Black with #F22023

Text Example


Text Example

White with #F22023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22023; }

 p { color: rgb(242,32,35); }

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

background-color css

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

 a { background-color: rgb(242,32,35); }

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

border-color css

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

 span { border-color: rgb(242,32,35); }

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