Html Css Color HEX #F82325 Alizarin

📋 copy color: '#F82325'

red 248 ◦ green 35 ◦ blue 37

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

Shades of Alizarin #F82325

Tints of Alizarin #F82325

RGB

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

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

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

R = 77.5%
G = 10.94%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F82325 (or 0xF82325) is known color: Alizarin. HEX triplet: F8, 23 and 25. RGB value is (248,35,37). Sum of RGB (Red+Green+Blue) = 248+35+37=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F82325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82325 is #07DCDA. Grayscale: #636363. Windows color (decimal): -515291 or 2434040. OLE color: 2434040.

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

Color convert

RGB 248 35 37 -
CMYK 0 0.86 0.85 0.03
HSL 359.44º 0.94% 0.55% -
HSV(B) 359.44º 0.86% 0.97% -
XYZ 39.65 21.29 3.77 -
YUV 98.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 248 35 37 0 0.86 0.85 0.03 359.44 0.94 0.55
Hex F8 23 25 0 56 55 3 167 5E 37
Octal 370 43 45 0 126 125 3 547 136 67
Binary 11111000 100011 100101 0 1010110 1010101 11 101100111 1011110 110111

Color Harmonies of #F82325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82325

Black with #F82325

Text Example


Text Example

White with #F82325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82325; }

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

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

background-color css

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

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

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

border-color css

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

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

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