Html Css Color HEX #F7273D Alizarin

📋 copy color: '#F7273D'

red 247 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #F7273D

Tints of Alizarin #F7273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 71.18%
G = 11.24%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7273D (or 0xF7273D) is known color: Alizarin. HEX triplet: F7, 27 and 3D. RGB value is (247,39,61). Sum of RGB (Red+Green+Blue) = 247+39+61=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F7273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7273D is #08D8C2. Grayscale: #676767. Windows color (decimal): -579779 or 4007927. OLE color: 4007927.

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

Color convert

RGB 247 39 61 -
CMYK 0 0.84 0.75 0.03
HSL 353.65º 0.93% 0.56% -
HSV(B) 353.65º 0.84% 0.97% -
XYZ 39.93 21.56 6.47 -
YUV 103.7 103.91 230.21 -
System Red Green Blue C M Y K H S L
Decimal 247 39 61 0 0.84 0.75 0.03 353.65 0.93 0.56
Hex F7 27 3D 0 54 4B 3 162 5D 38
Octal 367 47 75 0 124 113 3 542 135 70
Binary 11110111 100111 111101 0 1010100 1001011 11 101100010 1011101 111000

Color Harmonies of #F7273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7273D

Black with #F7273D

Text Example


Text Example

White with #F7273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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