Html Css Color HEX #F82229 Alizarin

📋 copy color: '#F82229'

red 248 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #F82229

Tints of Alizarin #F82229

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 value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F82229 (or 0xF82229) is known color: 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

RGB 248 34 41 -
CMYK 0 0.86 0.83 0.03
HSL 358.04º 0.94% 0.55% -
HSV(B) 358.04º 0.86% 0.97% -
XYZ 39.68 21.26 4.11 -
YUV 98.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 248 34 41 0 0.86 0.83 0.03 358.04 0.94 0.55
Hex F8 22 29 0 56 53 3 166 5E 37
Octal 370 42 51 0 126 123 3 546 136 67
Binary 11111000 100010 101001 0 1010110 1010011 11 101100110 1011110 110111

Color Harmonies of #F82229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82229

Black with #F82229

Text Example


Text Example

White with #F82229

Text Example


Text Example

HTML Codes & Css Web 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>