Html Css Color HEX #F7223F Alizarin

📋 copy color: '#F7223F'

red 247 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #F7223F

Tints of Alizarin #F7223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

 BLUE value IS 63 (25% from 255) = 18.31%

R = 71.8%
G = 9.88%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7223F (or 0xF7223F) is known color: Alizarin. HEX triplet: F7, 22 and 3F. RGB value is (247,34,63). Sum of RGB (Red+Green+Blue) = 247+34+63=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7223F is #08DDC0. Grayscale: #656565. Windows color (decimal): -581057 or 4137719. OLE color: 4137719.

HSL color Cylindrical-coordinate representation of color #F7223F: hue angle of 351.83º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7223F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 63 -
CMYK 0 0.86 0.74 0.03
HSL 351.83º 0.93% 0.55% -
HSV(B) 351.83º 0.86% 0.97% -
XYZ 39.83 21.28 6.71 -
YUV 100.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 247 34 63 0 0.86 0.74 0.03 351.83 0.93 0.55
Hex F7 22 3F 0 56 4A 3 160 5D 37
Octal 367 42 77 0 126 112 3 540 135 67
Binary 11110111 100010 111111 0 1010110 1001010 11 101100000 1011101 110111

Color Harmonies of #F7223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7223F

Black with #F7223F

Text Example


Text Example

White with #F7223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7223F; }

 p { color: rgb(247,34,63); }

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

background-color css

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

 a { background-color: rgb(247,34,63); }

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

border-color css

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

 span { border-color: rgb(247,34,63); }

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