Html Css Color HEX #F82A2C Alizarin

📋 copy color: '#F82A2C'

red 248 ◦ green 42 ◦ blue 44

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

Shades of Alizarin #F82A2C

Tints of Alizarin #F82A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 74.25%
G = 12.57%
B = 13.17%

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

#F82A2C (or 0xF82A2C) is known color: Alizarin. HEX triplet: F8, 2A and 2C. RGB value is (248,42,44). Sum of RGB (Red+Green+Blue) = 248+42+44=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A2C is #07D5D3. Grayscale: #686868. Windows color (decimal): -513492 or 2894584. OLE color: 2894584.

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

Color convert

RGB 248 42 44 -
CMYK 0 0.83 0.82 0.03
HSL 359.42º 0.94% 0.57% -
HSV(B) 359.42º 0.83% 0.97% -
XYZ 39.99 21.79 4.48 -
YUV 103.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 248 42 44 0 0.83 0.82 0.03 359.42 0.94 0.57
Hex F8 2A 2C 0 53 52 3 167 5E 39
Octal 370 52 54 0 123 122 3 547 136 71
Binary 11111000 101010 101100 0 1010011 1010010 11 101100111 1011110 111001

Color Harmonies of #F82A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A2C

Black with #F82A2C

Text Example


Text Example

White with #F82A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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