Html Css Color HEX #F82530 Alizarin

📋 copy color: '#F82530'

red 248 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #F82530

Tints of Alizarin #F82530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 74.47%
G = 11.11%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F82530 (or 0xF82530) is known color: Alizarin. HEX triplet: F8, 25 and 30. RGB value is (248,37,48). Sum of RGB (Red+Green+Blue) = 248+37+48=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F82530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82530 is #07DACF. Grayscale: #656565. Windows color (decimal): -514768 or 3155448. OLE color: 3155448.

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

Color convert

RGB 248 37 48 -
CMYK 0 0.85 0.81 0.03
HSL 356.87º 0.94% 0.56% -
HSV(B) 356.87º 0.85% 0.97% -
XYZ 39.91 21.49 4.84 -
YUV 101.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 248 37 48 0 0.85 0.81 0.03 356.87 0.94 0.56
Hex F8 25 30 0 55 51 3 165 5E 38
Octal 370 45 60 0 125 121 3 545 136 70
Binary 11111000 100101 110000 0 1010101 1010001 11 101100101 1011110 111000

Color Harmonies of #F82530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82530

Black with #F82530

Text Example


Text Example

White with #F82530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82530; }

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

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

background-color css

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

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

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

border-color css

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

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

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