Html Css Color HEX #F7232F Alizarin

📋 copy color: '#F7232F'

red 247 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #F7232F

Tints of Alizarin #F7232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 75.08%
G = 10.64%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7232F (or 0xF7232F) is known color: Alizarin. HEX triplet: F7, 23 and 2F. RGB value is (247,35,47). Sum of RGB (Red+Green+Blue) = 247+35+47=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7232F is #08DCD0. Grayscale: #636363. Windows color (decimal): -580817 or 3089399. OLE color: 3089399.

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

Color convert

RGB 247 35 47 -
CMYK 0 0.86 0.81 0.03
HSL 356.6º 0.93% 0.55% -
HSV(B) 356.6º 0.86% 0.97% -
XYZ 39.47 21.18 4.7 -
YUV 99.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 247 35 47 0 0.86 0.81 0.03 356.6 0.93 0.55
Hex F7 23 2F 0 56 51 3 165 5D 37
Octal 367 43 57 0 126 121 3 545 135 67
Binary 11110111 100011 101111 0 1010110 1010001 11 101100101 1011101 110111

Color Harmonies of #F7232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7232F

Black with #F7232F

Text Example


Text Example

White with #F7232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7232F; }

 p { color: rgb(247,35,47); }

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

background-color css

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

 a { background-color: rgb(247,35,47); }

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

border-color css

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

 span { border-color: rgb(247,35,47); }

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