Html Css Color HEX #F83132 Alizarin

📋 copy color: '#F83132'

red 248 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #F83132

Tints of Alizarin #F83132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 71.47%
G = 14.12%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F83132 (or 0xF83132) is known color: Alizarin. HEX triplet: F8, 31 and 32. RGB value is (248,49,50). Sum of RGB (Red+Green+Blue) = 248+49+50=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F83132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83132 is #07CECD. Grayscale: #6C6C6C. Windows color (decimal): -511694 or 3289592. OLE color: 3289592.

HSL color Cylindrical-coordinate representation of color #F83132: hue angle of 359.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83132 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 50 -
CMYK 0 0.80 0.80 0.03
HSL 359.7º 0.93% 0.58% -
HSV(B) 359.7º 0.8% 0.97% -
XYZ 40.39 22.38 5.21 -
YUV 108.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 248 49 50 0 0.80 0.80 0.03 359.7 0.93 0.58
Hex F8 31 32 0 50 50 3 168 5D 3A
Octal 370 61 62 0 120 120 3 550 135 72
Binary 11111000 110001 110010 0 1010000 1010000 11 101101000 1011101 111010

Color Harmonies of #F83132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83132

Black with #F83132

Text Example


Text Example

White with #F83132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83132; }

 p { color: rgb(248,49,50); }

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

background-color css

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

 a { background-color: rgb(248,49,50); }

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

border-color css

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

 span { border-color: rgb(248,49,50); }

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