Html Css Color HEX #F7323D Alizarin

📋 copy color: '#F7323D'

red 247 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #F7323D

Tints of Alizarin #F7323D

RGB

 RED value IS 247 (96.88% from 255) = 68.99%

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

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

R = 68.99%
G = 13.97%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7323D (or 0xF7323D) is known color: Alizarin. HEX triplet: F7, 32 and 3D. RGB value is (247,50,61). Sum of RGB (Red+Green+Blue) = 247+50+61=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7323D is #08CDC2. Grayscale: #6E6E6E. Windows color (decimal): -576963 or 4010743. OLE color: 4010743.

HSL color Cylindrical-coordinate representation of color #F7323D: hue angle of 356.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7323D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 61 -
CMYK 0 0.80 0.75 0.03
HSL 356.65º 0.92% 0.58% -
HSV(B) 356.65º 0.8% 0.97% -
XYZ 40.34 22.39 6.61 -
YUV 110.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 247 50 61 0 0.80 0.75 0.03 356.65 0.92 0.58
Hex F7 32 3D 0 50 4B 3 165 5C 3A
Octal 367 62 75 0 120 113 3 545 134 72
Binary 11110111 110010 111101 0 1010000 1001011 11 101100101 1011100 111010

Color Harmonies of #F7323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7323D

Black with #F7323D

Text Example


Text Example

White with #F7323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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