Html Css Color HEX #F83138 Alizarin

📋 copy color: '#F83138'

red 248 ◦ green 49 ◦ blue 56

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

Shades of Alizarin #F83138

Tints of Alizarin #F83138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 70.25%
G = 13.88%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F83138 (or 0xF83138) is known color: Alizarin. HEX triplet: F8, 31 and 38. RGB value is (248,49,56). Sum of RGB (Red+Green+Blue) = 248+49+56=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F83138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83138 is #07CEC7. Grayscale: #6D6D6D. Windows color (decimal): -511688 or 3682808. OLE color: 3682808.

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

Color convert

RGB 248 49 56 -
CMYK 0 0.80 0.77 0.03
HSL 357.89º 0.93% 0.58% -
HSV(B) 357.89º 0.8% 0.97% -
XYZ 40.52 22.44 5.94 -
YUV 109.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 248 49 56 0 0.80 0.77 0.03 357.89 0.93 0.58
Hex F8 31 38 0 50 4D 3 166 5D 3A
Octal 370 61 70 0 120 115 3 546 135 72
Binary 11111000 110001 111000 0 1010000 1001101 11 101100110 1011101 111010

Color Harmonies of #F83138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83138

Black with #F83138

Text Example


Text Example

White with #F83138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83138; }

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

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

background-color css

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

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

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

border-color css

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

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

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