Html Css Color HEX #F42122 Alizarin

📋 copy color: '#F42122'

red 244 ◦ green 33 ◦ blue 34

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

Shades of Alizarin #F42122

Tints of Alizarin #F42122

RGB

 RED value IS 244 (95.7% from 255) = 78.46%

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

 BLUE value IS 34 (13.67% from 255) = 10.93%

R = 78.46%
G = 10.61%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F42122 (or 0xF42122) is known color: Alizarin. HEX triplet: F4, 21 and 22. RGB value is (244,33,34). Sum of RGB (Red+Green+Blue) = 244+33+34=311 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.46% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 244 - color contains mainly: red. Hex color #F42122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42122 is #0BDEDD. Grayscale: #606060. Windows color (decimal): -777950 or 2236916. OLE color: 2236916.

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

Color convert

RGB 244 33 34 -
CMYK 0 0.86 0.86 0.04
HSL 359.72º 0.91% 0.54% -
HSV(B) 359.72º 0.86% 0.96% -
XYZ 38.14 20.44 3.45 -
YUV 96.2 92.9 233.42 -
System Red Green Blue C M Y K H S L
Decimal 244 33 34 0 0.86 0.86 0.04 359.72 0.91 0.54
Hex F4 21 22 0 56 56 4 168 5B 36
Octal 364 41 42 0 126 126 4 550 133 66
Binary 11110100 100001 100010 0 1010110 1010110 100 101101000 1011011 110110

Color Harmonies of #F42122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42122

Black with #F42122

Text Example


Text Example

White with #F42122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42122; }

 p { color: rgb(244,33,34); }

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

background-color css

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

 a { background-color: rgb(244,33,34); }

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

border-color css

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

 span { border-color: rgb(244,33,34); }

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