Html Css Color HEX #F82528 Alizarin

📋 copy color: '#F82528'

red 248 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #F82528

Tints of Alizarin #F82528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 76.31%
G = 11.38%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F82528 (or 0xF82528) is known color: Alizarin. HEX triplet: F8, 25 and 28. RGB value is (248,37,40). Sum of RGB (Red+Green+Blue) = 248+37+40=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F82528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82528 is #07DAD7. Grayscale: #646464. Windows color (decimal): -514776 or 2631160. OLE color: 2631160.

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

Color convert

RGB 248 37 40 -
CMYK 0 0.85 0.84 0.03
HSL 359.15º 0.94% 0.56% -
HSV(B) 359.15º 0.85% 0.97% -
XYZ 39.76 21.43 4.05 -
YUV 100.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 248 37 40 0 0.85 0.84 0.03 359.15 0.94 0.56
Hex F8 25 28 0 55 54 3 167 5E 38
Octal 370 45 50 0 125 124 3 547 136 70
Binary 11111000 100101 101000 0 1010101 1010100 11 101100111 1011110 111000

Color Harmonies of #F82528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82528

Black with #F82528

Text Example


Text Example

White with #F82528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82528; }

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

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

background-color css

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

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

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

border-color css

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

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

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