Html Css Color HEX #F22123 Alizarin

📋 copy color: '#F22123'

red 242 ◦ green 33 ◦ blue 35

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

Shades of Alizarin #F22123

Tints of Alizarin #F22123

RGB

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

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

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

R = 78.06%
G = 10.65%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22123 (or 0xF22123) is known color: Alizarin. HEX triplet: F2, 21 and 23. RGB value is (242,33,35). Sum of RGB (Red+Green+Blue) = 242+33+35=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F22123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22123 is #0DDEDC. Grayscale: #5F5F5F. Windows color (decimal): -909021 or 2302450. OLE color: 2302450.

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

Color convert

RGB 242 33 35 -
CMYK 0 0.86 0.86 0.05
HSL 359.43º 0.89% 0.54% -
HSV(B) 359.43º 0.86% 0.95% -
XYZ 37.47 20.09 3.49 -
YUV 95.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 242 33 35 0 0.86 0.86 0.05 359.43 0.89 0.54
Hex F2 21 23 0 56 56 5 167 59 36
Octal 362 41 43 0 126 126 5 547 131 66
Binary 11110010 100001 100011 0 1010110 1010110 101 101100111 1011001 110110

Color Harmonies of #F22123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22123

Black with #F22123

Text Example


Text Example

White with #F22123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22123; }

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

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

background-color css

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

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

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

border-color css

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

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

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