Html Css Color HEX #F13740 Alizarin

📋 copy color: '#F13740'

red 241 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #F13740

Tints of Alizarin #F13740

RGB

 RED value IS 241 (94.53% from 255) = 66.94%

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 66.94%
G = 15.28%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13740 (or 0xF13740) is known color: Alizarin. HEX triplet: F1, 37 and 40. RGB value is (241,55,64). Sum of RGB (Red+Green+Blue) = 241+55+64=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F13740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13740 is #0EC8BF. Grayscale: #6F6F6F. Windows color (decimal): -968896 or 4208625. OLE color: 4208625.

HSL color Cylindrical-coordinate representation of color #F13740: hue angle of 357.1º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13740 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 64 -
CMYK 0 0.77 0.73 0.05
HSL 357.1º 0.87% 0.58% -
HSV(B) 357.1º 0.77% 0.95% -
XYZ 38.57 21.8 7.03 -
YUV 111.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 241 55 64 0 0.77 0.73 0.05 357.1 0.87 0.58
Hex F1 37 40 0 4D 49 5 165 57 3A
Octal 361 67 100 0 115 111 5 545 127 72
Binary 11110001 110111 1000000 0 1001101 1001001 101 101100101 1010111 111010

Color Harmonies of #F13740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13740

Black with #F13740

Text Example


Text Example

White with #F13740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13740; }

 p { color: rgb(241,55,64); }

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

background-color css

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

 a { background-color: rgb(241,55,64); }

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

border-color css

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

 span { border-color: rgb(241,55,64); }

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