Html Css Color HEX #F9292C Alizarin

📋 copy color: '#F9292C'

red 249 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #F9292C

Tints of Alizarin #F9292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 74.55%
G = 12.28%
B = 13.17%

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

#F9292C (or 0xF9292C) is known color: Alizarin. HEX triplet: F9, 29 and 2C. RGB value is (249,41,44). Sum of RGB (Red+Green+Blue) = 249+41+44=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F9292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9292C is #06D6D3. Grayscale: #676767. Windows color (decimal): -448212 or 2894329. OLE color: 2894329.

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

Color convert

RGB 249 41 44 -
CMYK 0 0.84 0.82 0.02
HSL 359.13º 0.95% 0.57% -
HSV(B) 359.13º 0.84% 0.98% -
XYZ 40.31 21.91 4.49 -
YUV 103.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 249 41 44 0 0.84 0.82 0.02 359.13 0.95 0.57
Hex F9 29 2C 0 54 52 2 167 5F 39
Octal 371 51 54 0 124 122 2 547 137 71
Binary 11111001 101001 101100 0 1010100 1010010 10 101100111 1011111 111001

Color Harmonies of #F9292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9292C

Black with #F9292C

Text Example


Text Example

White with #F9292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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