Html Css Color HEX #F8282B Alizarin

📋 copy color: '#F8282B'

red 248 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #F8282B

Tints of Alizarin #F8282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 74.92%
G = 12.08%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8282B (or 0xF8282B) is known color: Alizarin. HEX triplet: F8, 28 and 2B. RGB value is (248,40,43). Sum of RGB (Red+Green+Blue) = 248+40+43=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8282B is #07D7D4. Grayscale: #666666. Windows color (decimal): -514005 or 2828536. OLE color: 2828536.

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

Color convert

RGB 248 40 43 -
CMYK 0 0.84 0.83 0.03
HSL 359.13º 0.94% 0.56% -
HSV(B) 359.13º 0.84% 0.97% -
XYZ 39.91 21.65 4.36 -
YUV 102.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 248 40 43 0 0.84 0.83 0.03 359.13 0.94 0.56
Hex F8 28 2B 0 54 53 3 167 5E 38
Octal 370 50 53 0 124 123 3 547 136 70
Binary 11111000 101000 101011 0 1010100 1010011 11 101100111 1011110 111000

Color Harmonies of #F8282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8282B

Black with #F8282B

Text Example


Text Example

White with #F8282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8282B; }

 p { color: rgb(248,40,43); }

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

background-color css

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

 a { background-color: rgb(248,40,43); }

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

border-color css

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

 span { border-color: rgb(248,40,43); }

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