Html Css Color HEX #F82833 Alizarin

📋 copy color: '#F82833'

red 248 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #F82833

Tints of Alizarin #F82833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.8%

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

R = 73.16%
G = 11.8%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F82833 (or 0xF82833) is known color: Alizarin. HEX triplet: F8, 28 and 33. RGB value is (248,40,51). Sum of RGB (Red+Green+Blue) = 248+40+51=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F82833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82833 is #07D7CC. Grayscale: #676767. Windows color (decimal): -513997 or 3352824. OLE color: 3352824.

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

Color convert

RGB 248 40 51 -
CMYK 0 0.84 0.79 0.03
HSL 356.83º 0.94% 0.56% -
HSV(B) 356.83º 0.84% 0.97% -
XYZ 40.07 21.71 5.21 -
YUV 103.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 248 40 51 0 0.84 0.79 0.03 356.83 0.94 0.56
Hex F8 28 33 0 54 4F 3 165 5E 38
Octal 370 50 63 0 124 117 3 545 136 70
Binary 11111000 101000 110011 0 1010100 1001111 11 101100101 1011110 111000

Color Harmonies of #F82833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82833

Black with #F82833

Text Example


Text Example

White with #F82833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82833; }

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

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

background-color css

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

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

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

border-color css

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

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

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