Html Css Color HEX #F72C32 Alizarin

📋 copy color: '#F72C32'

red 247 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #F72C32

Tints of Alizarin #F72C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 72.43%
G = 12.9%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F72C32 (or 0xF72C32) is known color: Alizarin. HEX triplet: F7, 2C and 32. RGB value is (247,44,50). Sum of RGB (Red+Green+Blue) = 247+44+50=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C32 is #08D3CD. Grayscale: #696969. Windows color (decimal): -578510 or 3288311. OLE color: 3288311.

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

Color convert

RGB 247 44 50 -
CMYK 0 0.82 0.80 0.03
HSL 358.23º 0.93% 0.57% -
HSV(B) 358.23º 0.82% 0.97% -
XYZ 39.83 21.81 5.13 -
YUV 105.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 247 44 50 0 0.82 0.80 0.03 358.23 0.93 0.57
Hex F7 2C 32 0 52 50 3 166 5D 39
Octal 367 54 62 0 122 120 3 546 135 71
Binary 11110111 101100 110010 0 1010010 1010000 11 101100110 1011101 111001

Color Harmonies of #F72C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C32

Black with #F72C32

Text Example


Text Example

White with #F72C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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