Html Css Color HEX #F9282C Alizarin

📋 copy color: '#F9282C'

red 249 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #F9282C

Tints of Alizarin #F9282C

RGB

 RED value IS 249 (97.66% from 255) = 74.77%

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

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

R = 74.77%
G = 12.01%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9282C (or 0xF9282C) is known color: Alizarin. HEX triplet: F9, 28 and 2C. RGB value is (249,40,44). Sum of RGB (Red+Green+Blue) = 249+40+44=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F9282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9282C is #06D7D3. Grayscale: #676767. Windows color (decimal): -448468 or 2894073. OLE color: 2894073.

HSL color Cylindrical-coordinate representation of color #F9282C: hue angle of 358.85º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9282C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 40 44 -
CMYK 0 0.84 0.82 0.02
HSL 358.85º 0.95% 0.57% -
HSV(B) 358.85º 0.84% 0.98% -
XYZ 40.28 21.84 4.48 -
YUV 102.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 249 40 44 0 0.84 0.82 0.02 358.85 0.95 0.57
Hex F9 28 2C 0 54 52 2 167 5F 39
Octal 371 50 54 0 124 122 2 547 137 71
Binary 11111001 101000 101100 0 1010100 1010010 10 101100111 1011111 111001

Color Harmonies of #F9282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9282C

Black with #F9282C

Text Example


Text Example

White with #F9282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9282C; }

 p { color: rgb(249,40,44); }

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

background-color css

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

 a { background-color: rgb(249,40,44); }

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

border-color css

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

 span { border-color: rgb(249,40,44); }

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