Html Css Color HEX #F73541 Alizarin

📋 copy color: '#F73541'

red 247 ◦ green 53 ◦ blue 65

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

Shades of Alizarin #F73541

Tints of Alizarin #F73541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.52%

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 67.67%
G = 14.52%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F73541 (or 0xF73541) is known color: Alizarin. HEX triplet: F7, 35 and 41. RGB value is (247,53,65). Sum of RGB (Red+Green+Blue) = 247+53+65=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F73541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73541 is #08CABE. Grayscale: #707070. Windows color (decimal): -576191 or 4273655. OLE color: 4273655.

HSL color Cylindrical-coordinate representation of color #F73541: hue angle of 356.29º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73541 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 53 65 -
CMYK 0 0.79 0.74 0.03
HSL 356.29º 0.92% 0.59% -
HSV(B) 356.29º 0.79% 0.97% -
XYZ 40.59 22.7 7.24 -
YUV 112.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 247 53 65 0 0.79 0.74 0.03 356.29 0.92 0.59
Hex F7 35 41 0 4F 4A 3 164 5C 3B
Octal 367 65 101 0 117 112 3 544 134 73
Binary 11110111 110101 1000001 0 1001111 1001010 11 101100100 1011100 111011

Color Harmonies of #F73541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73541

Black with #F73541

Text Example


Text Example

White with #F73541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73541; }

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

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

background-color css

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

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

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

border-color css

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

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

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