Html Css Color HEX #F02227 Alizarin

📋 copy color: '#F02227'

red 240 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #F02227

Tints of Alizarin #F02227

RGB

 RED value IS 240 (94.14% from 255) = 76.68%

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

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

R = 76.68%
G = 10.86%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02227 (or 0xF02227) is known color: Alizarin. HEX triplet: F0, 22 and 27. RGB value is (240,34,39). Sum of RGB (Red+Green+Blue) = 240+34+39=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F02227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02227 is #0FDDD8. Grayscale: #606060. Windows color (decimal): -1039833 or 2564848. OLE color: 2564848.

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

Color convert

RGB 240 34 39 -
CMYK 0 0.86 0.84 0.06
HSL 358.54º 0.87% 0.54% -
HSV(B) 358.54º 0.86% 0.94% -
XYZ 36.87 19.82 3.8 -
YUV 96.16 95.75 230.59 -
System Red Green Blue C M Y K H S L
Decimal 240 34 39 0 0.86 0.84 0.06 358.54 0.87 0.54
Hex F0 22 27 0 56 54 6 167 57 36
Octal 360 42 47 0 126 124 6 547 127 66
Binary 11110000 100010 100111 0 1010110 1010100 110 101100111 1010111 110110

Color Harmonies of #F02227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02227

Black with #F02227

Text Example


Text Example

White with #F02227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02227; }

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

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

background-color css

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

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

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

border-color css

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

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

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