Html Css Color HEX #F73238 Alizarin

📋 copy color: '#F73238'

red 247 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #F73238

Tints of Alizarin #F73238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 69.97%
G = 14.16%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F73238 (or 0xF73238) is known color: Alizarin. HEX triplet: F7, 32 and 38. RGB value is (247,50,56). Sum of RGB (Red+Green+Blue) = 247+50+56=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F73238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73238 is #08CDC7. Grayscale: #6D6D6D. Windows color (decimal): -576968 or 3683063. OLE color: 3683063.

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

Color convert

RGB 247 50 56 -
CMYK 0 0.80 0.77 0.03
HSL 358.17º 0.92% 0.58% -
HSV(B) 358.17º 0.8% 0.97% -
XYZ 40.21 22.34 5.93 -
YUV 109.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 247 50 56 0 0.80 0.77 0.03 358.17 0.92 0.58
Hex F7 32 38 0 50 4D 3 166 5C 3A
Octal 367 62 70 0 120 115 3 546 134 72
Binary 11110111 110010 111000 0 1010000 1001101 11 101100110 1011100 111010

Color Harmonies of #F73238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73238

Black with #F73238

Text Example


Text Example

White with #F73238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73238; }

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

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

background-color css

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

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

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

border-color css

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

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

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