Html Css Color HEX #F7292D Alizarin

📋 copy color: '#F7292D'

red 247 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #F7292D

Tints of Alizarin #F7292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 74.17%
G = 12.31%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7292D (or 0xF7292D) is known color: Alizarin. HEX triplet: F7, 29 and 2D. RGB value is (247,41,45). Sum of RGB (Red+Green+Blue) = 247+41+45=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F7292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7292D is #08D6D2. Grayscale: #676767. Windows color (decimal): -579283 or 2959863. OLE color: 2959863.

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

Color convert

RGB 247 41 45 -
CMYK 0 0.83 0.82 0.03
HSL 358.84º 0.93% 0.56% -
HSV(B) 358.84º 0.83% 0.97% -
XYZ 39.62 21.55 4.55 -
YUV 103.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 247 41 45 0 0.83 0.82 0.03 358.84 0.93 0.56
Hex F7 29 2D 0 53 52 3 167 5D 38
Octal 367 51 55 0 123 122 3 547 135 70
Binary 11110111 101001 101101 0 1010011 1010010 11 101100111 1011101 111000

Color Harmonies of #F7292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7292D

Black with #F7292D

Text Example


Text Example

White with #F7292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7292D; }

 p { color: rgb(247,41,45); }

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

background-color css

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

 a { background-color: rgb(247,41,45); }

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

border-color css

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

 span { border-color: rgb(247,41,45); }

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