Html Css Color HEX #F7252E Alizarin

📋 copy color: '#F7252E'

red 247 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #F7252E

Tints of Alizarin #F7252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 74.85%
G = 11.21%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7252E (or 0xF7252E) is known color: Alizarin. HEX triplet: F7, 25 and 2E. RGB value is (247,37,46). Sum of RGB (Red+Green+Blue) = 247+37+46=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7252E is #08DAD1. Grayscale: #646464. Windows color (decimal): -580306 or 3024375. OLE color: 3024375.

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

Color convert

RGB 247 37 46 -
CMYK 0 0.85 0.81 0.03
HSL 357.43º 0.93% 0.56% -
HSV(B) 357.43º 0.85% 0.97% -
XYZ 39.51 21.29 4.61 -
YUV 100.82 97.07 232.27 -
System Red Green Blue C M Y K H S L
Decimal 247 37 46 0 0.85 0.81 0.03 357.43 0.93 0.56
Hex F7 25 2E 0 55 51 3 165 5D 38
Octal 367 45 56 0 125 121 3 545 135 70
Binary 11110111 100101 101110 0 1010101 1010001 11 101100101 1011101 111000

Color Harmonies of #F7252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7252E

Black with #F7252E

Text Example


Text Example

White with #F7252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7252E; }

 p { color: rgb(247,37,46); }

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

background-color css

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

 a { background-color: rgb(247,37,46); }

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

border-color css

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

 span { border-color: rgb(247,37,46); }

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