Html Css Color HEX #F83233 Alizarin

📋 copy color: '#F83233'

red 248 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #F83233

Tints of Alizarin #F83233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 51 (20.31% from 255) = 14.61%

R = 71.06%
G = 14.33%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F83233 (or 0xF83233) is known color: Alizarin. HEX triplet: F8, 32 and 33. RGB value is (248,50,51). Sum of RGB (Red+Green+Blue) = 248+50+51=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F83233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83233 is #07CDCC. Grayscale: #6D6D6D. Windows color (decimal): -511437 or 3355384. OLE color: 3355384.

HSL color Cylindrical-coordinate representation of color #F83233: 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 #F83233 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 51 -
CMYK 0 0.80 0.79 0.03
HSL 359.7º 0.93% 0.58% -
HSV(B) 359.7º 0.8% 0.97% -
XYZ 40.45 22.48 5.34 -
YUV 109.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 248 50 51 0 0.80 0.79 0.03 359.7 0.93 0.58
Hex F8 32 33 0 50 4F 3 168 5D 3A
Octal 370 62 63 0 120 117 3 550 135 72
Binary 11111000 110010 110011 0 1010000 1001111 11 101101000 1011101 111010

Color Harmonies of #F83233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83233

Black with #F83233

Text Example


Text Example

White with #F83233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83233; }

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

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

background-color css

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

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

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

border-color css

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

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

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