Html Css Color HEX #F82527 Alizarin

📋 copy color: '#F82527'

red 248 ◦ green 37 ◦ blue 39

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

Shades of Alizarin #F82527

Tints of Alizarin #F82527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.04%

R = 76.54%
G = 11.42%
B = 12.04%

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

#F82527 (or 0xF82527) is known color: Alizarin. HEX triplet: F8, 25 and 27. RGB value is (248,37,39). Sum of RGB (Red+Green+Blue) = 248+37+39=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F82527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82527 is #07DAD8. Grayscale: #646464. Windows color (decimal): -514777 or 2565624. OLE color: 2565624.

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

Color convert

RGB 248 37 39 -
CMYK 0 0.85 0.84 0.03
HSL 359.43º 0.94% 0.56% -
HSV(B) 359.43º 0.85% 0.97% -
XYZ 39.74 21.43 3.96 -
YUV 100.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 248 37 39 0 0.85 0.84 0.03 359.43 0.94 0.56
Hex F8 25 27 0 55 54 3 167 5E 38
Octal 370 45 47 0 125 124 3 547 136 70
Binary 11111000 100101 100111 0 1010101 1010100 11 101100111 1011110 111000

Color Harmonies of #F82527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82527

Black with #F82527

Text Example


Text Example

White with #F82527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82527; }

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

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

background-color css

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

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

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

border-color css

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

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

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