Html Css Color HEX #F73235 Alizarin

📋 copy color: '#F73235'

red 247 ◦ green 50 ◦ blue 53

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

Shades of Alizarin #F73235

Tints of Alizarin #F73235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 70.57%
G = 14.29%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F73235 (or 0xF73235) is known color: Alizarin. HEX triplet: F7, 32 and 35. RGB value is (247,50,53). Sum of RGB (Red+Green+Blue) = 247+50+53=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F73235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73235 is #08CDCA. Grayscale: #6D6D6D. Windows color (decimal): -576971 or 3486455. OLE color: 3486455.

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

Color convert

RGB 247 50 53 -
CMYK 0 0.80 0.79 0.03
HSL 359.09º 0.92% 0.58% -
HSV(B) 359.09º 0.8% 0.97% -
XYZ 40.14 22.31 5.56 -
YUV 109.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 247 50 53 0 0.80 0.79 0.03 359.09 0.92 0.58
Hex F7 32 35 0 50 4F 3 167 5C 3A
Octal 367 62 65 0 120 117 3 547 134 72
Binary 11110111 110010 110101 0 1010000 1001111 11 101100111 1011100 111010

Color Harmonies of #F73235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73235

Black with #F73235

Text Example


Text Example

White with #F73235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73235; }

 p { color: rgb(247,50,53); }

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

background-color css

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

 a { background-color: rgb(247,50,53); }

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

border-color css

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

 span { border-color: rgb(247,50,53); }

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