Html Css Color HEX #F82536 Alizarin

📋 copy color: '#F82536'

red 248 ◦ green 37 ◦ blue 54

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

Shades of Alizarin #F82536

Tints of Alizarin #F82536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 73.16%
G = 10.91%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F82536 (or 0xF82536) is known color: Alizarin. HEX triplet: F8, 25 and 36. RGB value is (248,37,54). Sum of RGB (Red+Green+Blue) = 248+37+54=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F82536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82536 is #07DAC9. Grayscale: #666666. Windows color (decimal): -514762 or 3548664. OLE color: 3548664.

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

Color convert

RGB 248 37 54 -
CMYK 0 0.85 0.78 0.03
HSL 355.17º 0.94% 0.56% -
HSV(B) 355.17º 0.85% 0.97% -
XYZ 40.04 21.55 5.54 -
YUV 102.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 248 37 54 0 0.85 0.78 0.03 355.17 0.94 0.56
Hex F8 25 36 0 55 4E 3 163 5E 38
Octal 370 45 66 0 125 116 3 543 136 70
Binary 11111000 100101 110110 0 1010101 1001110 11 101100011 1011110 111000

Color Harmonies of #F82536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82536

Black with #F82536

Text Example


Text Example

White with #F82536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82536; }

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

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

background-color css

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

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

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

border-color css

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

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

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