Html Css Color HEX #F42226 Alizarin

📋 copy color: '#F42226'

red 244 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #F42226

Tints of Alizarin #F42226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 77.22%
G = 10.76%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42226 (or 0xF42226) is known color: Alizarin. HEX triplet: F4, 22 and 26. RGB value is (244,34,38). Sum of RGB (Red+Green+Blue) = 244+34+38=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F42226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42226 is #0BDDD9. Grayscale: #616161. Windows color (decimal): -777690 or 2499316. OLE color: 2499316.

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

Color convert

RGB 244 34 38 -
CMYK 0 0.86 0.84 0.04
HSL 358.86º 0.91% 0.55% -
HSV(B) 358.86º 0.86% 0.96% -
XYZ 38.23 20.52 3.78 -
YUV 97.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 244 34 38 0 0.86 0.84 0.04 358.86 0.91 0.55
Hex F4 22 26 0 56 54 4 167 5B 37
Octal 364 42 46 0 126 124 4 547 133 67
Binary 11110100 100010 100110 0 1010110 1010100 100 101100111 1011011 110111

Color Harmonies of #F42226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42226

Black with #F42226

Text Example


Text Example

White with #F42226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42226; }

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

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

background-color css

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

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

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

border-color css

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

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

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