Html Css Color HEX #F83032 Alizarin

📋 copy color: '#F83032'

red 248 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #F83032

Tints of Alizarin #F83032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 71.68%
G = 13.87%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F83032 (or 0xF83032) is known color: Alizarin. HEX triplet: F8, 30 and 32. RGB value is (248,48,50). Sum of RGB (Red+Green+Blue) = 248+48+50=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F83032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83032 is #07CFCD. Grayscale: #6C6C6C. Windows color (decimal): -511950 or 3289336. OLE color: 3289336.

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

Color convert

RGB 248 48 50 -
CMYK 0 0.81 0.80 0.03
HSL 359.4º 0.93% 0.58% -
HSV(B) 359.4º 0.81% 0.97% -
XYZ 40.34 22.3 5.2 -
YUV 108.03 95.26 227.84 -
System Red Green Blue C M Y K H S L
Decimal 248 48 50 0 0.81 0.80 0.03 359.4 0.93 0.58
Hex F8 30 32 0 51 50 3 167 5D 3A
Octal 370 60 62 0 121 120 3 547 135 72
Binary 11111000 110000 110010 0 1010001 1010000 11 101100111 1011101 111010

Color Harmonies of #F83032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83032

Black with #F83032

Text Example


Text Example

White with #F83032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83032; }

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

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

background-color css

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

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

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

border-color css

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

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

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