Html Css Color HEX #F82435 Alizarin

📋 copy color: '#F82435'

red 248 ◦ green 36 ◦ blue 53

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

Shades of Alizarin #F82435

Tints of Alizarin #F82435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 73.59%
G = 10.68%
B = 15.73%

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

#F82435 (or 0xF82435) is known color: Alizarin. HEX triplet: F8, 24 and 35. RGB value is (248,36,53). Sum of RGB (Red+Green+Blue) = 248+36+53=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F82435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82435 is #07DBCA. Grayscale: #656565. Windows color (decimal): -515019 or 3482872. OLE color: 3482872.

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

Color convert

RGB 248 36 53 -
CMYK 0 0.85 0.79 0.03
HSL 355.19º 0.94% 0.56% -
HSV(B) 355.19º 0.85% 0.97% -
XYZ 39.98 21.48 5.41 -
YUV 101.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 248 36 53 0 0.85 0.79 0.03 355.19 0.94 0.56
Hex F8 24 35 0 55 4F 3 163 5E 38
Octal 370 44 65 0 125 117 3 543 136 70
Binary 11111000 100100 110101 0 1010101 1001111 11 101100011 1011110 111000

Color Harmonies of #F82435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82435

Black with #F82435

Text Example


Text Example

White with #F82435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82435; }

 p { color: rgb(248,36,53); }

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

background-color css

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

 a { background-color: rgb(248,36,53); }

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

border-color css

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

 span { border-color: rgb(248,36,53); }

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