Html Css Color HEX #F82A2D Alizarin

📋 copy color: '#F82A2D'

red 248 ◦ green 42 ◦ blue 45

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

Shades of Alizarin #F82A2D

Tints of Alizarin #F82A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 74.03%
G = 12.54%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F82A2D (or 0xF82A2D) is known color: Alizarin. HEX triplet: F8, 2A and 2D. RGB value is (248,42,45). Sum of RGB (Red+Green+Blue) = 248+42+45=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A2D is #07D5D2. Grayscale: #686868. Windows color (decimal): -513491 or 2960120. OLE color: 2960120.

HSL color Cylindrical-coordinate representation of color #F82A2D: hue angle of 359.13º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82A2D is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 42 45 -
CMYK 0 0.83 0.82 0.03
HSL 359.13º 0.94% 0.57% -
HSV(B) 359.13º 0.83% 0.97% -
XYZ 40.01 21.8 4.58 -
YUV 103.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 248 42 45 0 0.83 0.82 0.03 359.13 0.94 0.57
Hex F8 2A 2D 0 53 52 3 167 5E 39
Octal 370 52 55 0 123 122 3 547 136 71
Binary 11111000 101010 101101 0 1010011 1010010 11 101100111 1011110 111001

Color Harmonies of #F82A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A2D

Black with #F82A2D

Text Example


Text Example

White with #F82A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A2D; }

 p { color: rgb(248,42,45); }

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

background-color css

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

 a { background-color: rgb(248,42,45); }

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

border-color css

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

 span { border-color: rgb(248,42,45); }

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