Html Css Color HEX #F9323D Alizarin

📋 copy color: '#F9323D'

red 249 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #F9323D

Tints of Alizarin #F9323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 69.17%
G = 13.89%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9323D (or 0xF9323D) is known color: Alizarin. HEX triplet: F9, 32 and 3D. RGB value is (249,50,61). Sum of RGB (Red+Green+Blue) = 249+50+61=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9323D is #06CDC2. Grayscale: #6E6E6E. Windows color (decimal): -445891 or 4010745. OLE color: 4010745.

HSL color Cylindrical-coordinate representation of color #F9323D: hue angle of 356.68º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9323D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 61 -
CMYK 0 0.80 0.76 0.02
HSL 356.68º 0.94% 0.59% -
HSV(B) 356.68º 0.8% 0.98% -
XYZ 41.05 22.76 6.64 -
YUV 110.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 249 50 61 0 0.80 0.76 0.02 356.68 0.94 0.59
Hex F9 32 3D 0 50 4C 2 165 5E 3B
Octal 371 62 75 0 120 114 2 545 136 73
Binary 11111001 110010 111101 0 1010000 1001100 10 101100101 1011110 111011

Color Harmonies of #F9323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9323D

Black with #F9323D

Text Example


Text Example

White with #F9323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9323D; }

 p { color: rgb(249,50,61); }

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

background-color css

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

 a { background-color: rgb(249,50,61); }

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

border-color css

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

 span { border-color: rgb(249,50,61); }

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