Html Css Color HEX #F82425 Alizarin

📋 copy color: '#F82425'

red 248 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #F82425

Tints of Alizarin #F82425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 77.26%
G = 11.21%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F82425 (or 0xF82425) is known color: Alizarin. HEX triplet: F8, 24 and 25. RGB value is (248,36,37). Sum of RGB (Red+Green+Blue) = 248+36+37=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F82425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82425 is #07DBDA. Grayscale: #636363. Windows color (decimal): -515035 or 2434296. OLE color: 2434296.

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

Color convert

RGB 248 36 37 -
CMYK 0 0.85 0.85 0.03
HSL 359.72º 0.94% 0.56% -
HSV(B) 359.72º 0.85% 0.97% -
XYZ 39.68 21.35 3.78 -
YUV 99.5 92.74 233.92 -
System Red Green Blue C M Y K H S L
Decimal 248 36 37 0 0.85 0.85 0.03 359.72 0.94 0.56
Hex F8 24 25 0 55 55 3 168 5E 38
Octal 370 44 45 0 125 125 3 550 136 70
Binary 11111000 100100 100101 0 1010101 1010101 11 101101000 1011110 111000

Color Harmonies of #F82425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82425

Black with #F82425

Text Example


Text Example

White with #F82425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82425; }

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

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

background-color css

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

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

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

border-color css

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

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

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