Html Css Color HEX #F72C3C Alizarin

📋 copy color: '#F72C3C'

red 247 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #F72C3C

Tints of Alizarin #F72C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 70.37%
G = 12.54%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F72C3C (or 0xF72C3C) is known color: Alizarin. HEX triplet: F7, 2C and 3C. RGB value is (247,44,60). Sum of RGB (Red+Green+Blue) = 247+44+60=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C3C is #08D3C3. Grayscale: #6A6A6A. Windows color (decimal): -578500 or 3943671. OLE color: 3943671.

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

Color convert

RGB 247 44 60 -
CMYK 0 0.82 0.76 0.03
HSL 355.27º 0.93% 0.57% -
HSV(B) 355.27º 0.82% 0.97% -
XYZ 40.07 21.9 6.39 -
YUV 106.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 247 44 60 0 0.82 0.76 0.03 355.27 0.93 0.57
Hex F7 2C 3C 0 52 4C 3 163 5D 39
Octal 367 54 74 0 122 114 3 543 135 71
Binary 11110111 101100 111100 0 1010010 1001100 11 101100011 1011101 111001

Color Harmonies of #F72C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C3C

Black with #F72C3C

Text Example


Text Example

White with #F72C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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