Html Css Color HEX #F9373D Alizarin

📋 copy color: '#F9373D'

red 249 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #F9373D

Tints of Alizarin #F9373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 68.22%
G = 15.07%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9373D (or 0xF9373D) is known color: Alizarin. HEX triplet: F9, 37 and 3D. RGB value is (249,55,61). Sum of RGB (Red+Green+Blue) = 249+55+61=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9373D is #06C8C2. Grayscale: #717171. Windows color (decimal): -444611 or 4012025. OLE color: 4012025.

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

Color convert

RGB 249 55 61 -
CMYK 0 0.78 0.76 0.02
HSL 358.14º 0.94% 0.6% -
HSV(B) 358.14º 0.78% 0.98% -
XYZ 41.28 23.21 6.72 -
YUV 113.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 249 55 61 0 0.78 0.76 0.02 358.14 0.94 0.6
Hex F9 37 3D 0 4E 4C 2 166 5E 3C
Octal 371 67 75 0 116 114 2 546 136 74
Binary 11111001 110111 111101 0 1001110 1001100 10 101100110 1011110 111100

Color Harmonies of #F9373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9373D

Black with #F9373D

Text Example


Text Example

White with #F9373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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