Html Css Color HEX #F82531 Alizarin

📋 copy color: '#F82531'

red 248 ◦ green 37 ◦ blue 49

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

Shades of Alizarin #F82531

Tints of Alizarin #F82531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 74.25%
G = 11.08%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F82531 (or 0xF82531) is known color: Alizarin. HEX triplet: F8, 25 and 31. RGB value is (248,37,49). Sum of RGB (Red+Green+Blue) = 248+37+49=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F82531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82531 is #07DACE. Grayscale: #656565. Windows color (decimal): -514767 or 3220984. OLE color: 3220984.

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

Color convert

RGB 248 37 49 -
CMYK 0 0.85 0.80 0.03
HSL 356.59º 0.94% 0.56% -
HSV(B) 356.59º 0.85% 0.97% -
XYZ 39.93 21.5 4.95 -
YUV 101.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 248 37 49 0 0.85 0.80 0.03 356.59 0.94 0.56
Hex F8 25 31 0 55 50 3 165 5E 38
Octal 370 45 61 0 125 120 3 545 136 70
Binary 11111000 100101 110001 0 1010101 1010000 11 101100101 1011110 111000

Color Harmonies of #F82531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82531

Black with #F82531

Text Example


Text Example

White with #F82531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82531; }

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

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

background-color css

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

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

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

border-color css

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

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

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