Html Css Color HEX #F8232E Alizarin

📋 copy color: '#F8232E'

red 248 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #F8232E

Tints of Alizarin #F8232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 75.38%
G = 10.64%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8232E (or 0xF8232E) is known color: Alizarin. HEX triplet: F8, 23 and 2E. RGB value is (248,35,46). Sum of RGB (Red+Green+Blue) = 248+35+46=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F8232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8232E is #07DCD1. Grayscale: #646464. Windows color (decimal): -515282 or 3023864. OLE color: 3023864.

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

Color convert

RGB 248 35 46 -
CMYK 0 0.86 0.81 0.03
HSL 356.9º 0.94% 0.55% -
HSV(B) 356.9º 0.86% 0.97% -
XYZ 39.81 21.36 4.61 -
YUV 99.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 248 35 46 0 0.86 0.81 0.03 356.9 0.94 0.55
Hex F8 23 2E 0 56 51 3 165 5E 37
Octal 370 43 56 0 126 121 3 545 136 67
Binary 11111000 100011 101110 0 1010110 1010001 11 101100101 1011110 110111

Color Harmonies of #F8232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8232E

Black with #F8232E

Text Example


Text Example

White with #F8232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8232E; }

 p { color: rgb(248,35,46); }

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

background-color css

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

 a { background-color: rgb(248,35,46); }

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

border-color css

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

 span { border-color: rgb(248,35,46); }

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