Html Css Color HEX #F7223D Alizarin

📋 copy color: '#F7223D'

red 247 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #F7223D

Tints of Alizarin #F7223D

RGB

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

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

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

R = 72.22%
G = 9.94%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7223D (or 0xF7223D) is known color: Alizarin. HEX triplet: F7, 22 and 3D. RGB value is (247,34,61). Sum of RGB (Red+Green+Blue) = 247+34+61=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7223D is #08DDC2. Grayscale: #646464. Windows color (decimal): -581059 or 4006647. OLE color: 4006647.

HSL color Cylindrical-coordinate representation of color #F7223D: hue angle of 352.39º 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 #F7223D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 61 -
CMYK 0 0.86 0.75 0.03
HSL 352.39º 0.93% 0.55% -
HSV(B) 352.39º 0.86% 0.97% -
XYZ 39.77 21.26 6.42 -
YUV 100.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 247 34 61 0 0.86 0.75 0.03 352.39 0.93 0.55
Hex F7 22 3D 0 56 4B 3 160 5D 37
Octal 367 42 75 0 126 113 3 540 135 67
Binary 11110111 100010 111101 0 1010110 1001011 11 101100000 1011101 110111

Color Harmonies of #F7223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7223D

Black with #F7223D

Text Example


Text Example

White with #F7223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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