#F82229

Color #F82229 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F82229

Tints of Alizarin #F82229

Color information

#F82229 (or 0xF82229) is unknown color: approx Alizarin. HEX triplet: F8, 22 and 29. RGB value is (248,34,41). Sum of RGB (Red+Green+Blue) = 248+34+41=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F82229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82229 is #07DDD6. Grayscale: #626262. Windows color (decimal): -515543 or 2695928. OLE color: 2695928.

HSL color Cylindrical-coordinate representation of color #F82229: hue angle of 358.04º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F82229 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB2483441-
CMYK00.860.830.03
HSL358.04º93.86%55.29%-
HSV(B)358.04º86.29%97.25%-
XYZ39.6821.264.11-
YUV98.7895.4234.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 76.78%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 41 (16.41% from 255) = 12.69%
R=76.78%
G=10.53%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248344100.860.830.03358.0493.8655.29
HexF822290565331665e37
Octal37042510126123354613667
Binary11111000100010101001010101101010011111011001101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82229; }

 p { color: rgb(248,34,41); }

 H1.HeaderClassName
 {
   color: #F82229;
 }
 .AnyTagClassName
 {
   color: #F82229;
 }
</style>
background-color css

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

 a { background-color: rgb(248,34,41); }

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

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

 span { border-color: rgb(248,34,41); }

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