Html Css Color HEX #F7313B Alizarin

📋 copy color: '#F7313B'

red 247 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #F7313B

Tints of Alizarin #F7313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 59 (23.44% from 255) = 16.62%

R = 69.58%
G = 13.8%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7313B (or 0xF7313B) is known color: Alizarin. HEX triplet: F7, 31 and 3B. RGB value is (247,49,59). Sum of RGB (Red+Green+Blue) = 247+49+59=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7313B is #08CEC4. Grayscale: #6D6D6D. Windows color (decimal): -577221 or 3879415. OLE color: 3879415.

HSL color Cylindrical-coordinate representation of color #F7313B: hue angle of 356.97º degrees, saturation: 0.93, 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 #F7313B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 59 -
CMYK 0 0.80 0.76 0.03
HSL 356.97º 0.93% 0.58% -
HSV(B) 356.97º 0.8% 0.97% -
XYZ 40.25 22.29 6.32 -
YUV 109.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 247 49 59 0 0.80 0.76 0.03 356.97 0.93 0.58
Hex F7 31 3B 0 50 4C 3 165 5D 3A
Octal 367 61 73 0 120 114 3 545 135 72
Binary 11110111 110001 111011 0 1010000 1001100 11 101100101 1011101 111010

Color Harmonies of #F7313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7313B

Black with #F7313B

Text Example


Text Example

White with #F7313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7313B; }

 p { color: rgb(247,49,59); }

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

background-color css

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

 a { background-color: rgb(247,49,59); }

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

border-color css

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

 span { border-color: rgb(247,49,59); }

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