Html Css Color HEX #F42227 Alizarin

📋 copy color: '#F42227'

red 244 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #F42227

Tints of Alizarin #F42227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 76.97%
G = 10.73%
B = 12.3%

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

#F42227 (or 0xF42227) is known color: Alizarin. HEX triplet: F4, 22 and 27. RGB value is (244,34,39). Sum of RGB (Red+Green+Blue) = 244+34+39=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F42227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42227 is #0BDDD8. Grayscale: #616161. Windows color (decimal): -777689 or 2564852. OLE color: 2564852.

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

Color convert

RGB 244 34 39 -
CMYK 0 0.86 0.84 0.04
HSL 358.57º 0.91% 0.55% -
HSV(B) 358.57º 0.86% 0.96% -
XYZ 38.25 20.52 3.87 -
YUV 97.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 244 34 39 0 0.86 0.84 0.04 358.57 0.91 0.55
Hex F4 22 27 0 56 54 4 167 5B 37
Octal 364 42 47 0 126 124 4 547 133 67
Binary 11110100 100010 100111 0 1010110 1010100 100 101100111 1011011 110111

Color Harmonies of #F42227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42227

Black with #F42227

Text Example


Text Example

White with #F42227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42227; }

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

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

background-color css

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

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

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

border-color css

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

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

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