Html Css Color HEX #F83236 Alizarin

📋 copy color: '#F83236'

red 248 ◦ green 50 ◦ blue 54

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

Shades of Alizarin #F83236

Tints of Alizarin #F83236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.34%

R = 70.45%
G = 14.2%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F83236 (or 0xF83236) is known color: Alizarin. HEX triplet: F8, 32 and 36. RGB value is (248,50,54). Sum of RGB (Red+Green+Blue) = 248+50+54=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F83236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83236 is #07CDC9. Grayscale: #6D6D6D. Windows color (decimal): -511434 or 3551992. OLE color: 3551992.

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

Color convert

RGB 248 50 54 -
CMYK 0 0.80 0.78 0.03
HSL 358.79º 0.93% 0.58% -
HSV(B) 358.79º 0.8% 0.97% -
XYZ 40.52 22.5 5.7 -
YUV 109.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 248 50 54 0 0.80 0.78 0.03 358.79 0.93 0.58
Hex F8 32 36 0 50 4E 3 167 5D 3A
Octal 370 62 66 0 120 116 3 547 135 72
Binary 11111000 110010 110110 0 1010000 1001110 11 101100111 1011101 111010

Color Harmonies of #F83236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83236

Black with #F83236

Text Example


Text Example

White with #F83236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83236; }

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

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

background-color css

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

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

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

border-color css

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

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

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