Html Css Color HEX #F9292E Alizarin

📋 copy color: '#F9292E'

red 249 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #F9292E

Tints of Alizarin #F9292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 74.11%
G = 12.2%
B = 13.69%

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

#F9292E (or 0xF9292E) is known color: Alizarin. HEX triplet: F9, 29 and 2E. RGB value is (249,41,46). Sum of RGB (Red+Green+Blue) = 249+41+46=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F9292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9292E is #06D6D1. Grayscale: #676767. Windows color (decimal): -448210 or 3025401. OLE color: 3025401.

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

Color convert

RGB 249 41 46 -
CMYK 0 0.84 0.82 0.02
HSL 358.56º 0.95% 0.57% -
HSV(B) 358.56º 0.84% 0.98% -
XYZ 40.35 21.92 4.69 -
YUV 103.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 249 41 46 0 0.84 0.82 0.02 358.56 0.95 0.57
Hex F9 29 2E 0 54 52 2 167 5F 39
Octal 371 51 56 0 124 122 2 547 137 71
Binary 11111001 101001 101110 0 1010100 1010010 10 101100111 1011111 111001

Color Harmonies of #F9292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9292E

Black with #F9292E

Text Example


Text Example

White with #F9292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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