Html Css Color HEX #F82534 Alizarin

📋 copy color: '#F82534'

red 248 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #F82534

Tints of Alizarin #F82534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 73.59%
G = 10.98%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F82534 (or 0xF82534) is known color: Alizarin. HEX triplet: F8, 25 and 34. RGB value is (248,37,52). Sum of RGB (Red+Green+Blue) = 248+37+52=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F82534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82534 is #07DACB. Grayscale: #656565. Windows color (decimal): -514764 or 3417592. OLE color: 3417592.

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

Color convert

RGB 248 37 52 -
CMYK 0 0.85 0.79 0.03
HSL 355.73º 0.94% 0.56% -
HSV(B) 355.73º 0.85% 0.97% -
XYZ 39.99 21.53 5.3 -
YUV 101.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 248 37 52 0 0.85 0.79 0.03 355.73 0.94 0.56
Hex F8 25 34 0 55 4F 3 164 5E 38
Octal 370 45 64 0 125 117 3 544 136 70
Binary 11111000 100101 110100 0 1010101 1001111 11 101100100 1011110 111000

Color Harmonies of #F82534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82534

Black with #F82534

Text Example


Text Example

White with #F82534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82534; }

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

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

background-color css

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

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

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

border-color css

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

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

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