Html Css Color HEX #F82228 Alizarin

📋 copy color: '#F82228'

red 248 ◦ green 34 ◦ blue 40

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

Shades of Alizarin #F82228

Tints of Alizarin #F82228

RGB

 RED value IS 248 (97.27% from 255) = 77.02%

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

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 77.02%
G = 10.56%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F82228 (or 0xF82228) is known color: Alizarin. HEX triplet: F8, 22 and 28. RGB value is (248,34,40). Sum of RGB (Red+Green+Blue) = 248+34+40=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F82228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82228 is #07DDD7. Grayscale: #626262. Windows color (decimal): -515544 or 2630392. OLE color: 2630392.

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

Color convert

RGB 248 34 40 -
CMYK 0 0.86 0.84 0.03
HSL 358.32º 0.94% 0.55% -
HSV(B) 358.32º 0.86% 0.97% -
XYZ 39.67 21.25 4.02 -
YUV 98.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 248 34 40 0 0.86 0.84 0.03 358.32 0.94 0.55
Hex F8 22 28 0 56 54 3 166 5E 37
Octal 370 42 50 0 126 124 3 546 136 67
Binary 11111000 100010 101000 0 1010110 1010100 11 101100110 1011110 110111

Color Harmonies of #F82228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82228

Black with #F82228

Text Example


Text Example

White with #F82228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82228; }

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

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

background-color css

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

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

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

border-color css

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

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

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