Html Css Color HEX #F13D40 Alizarin

📋 copy color: '#F13D40'

red 241 ◦ green 61 ◦ blue 64

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

Shades of Alizarin #F13D40

Tints of Alizarin #F13D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 65.85%
G = 16.67%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13D40 (or 0xF13D40) is known color: Alizarin. HEX triplet: F1, 3D and 40. RGB value is (241,61,64). Sum of RGB (Red+Green+Blue) = 241+61+64=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D40 is #0EC2BF. Grayscale: #737373. Windows color (decimal): -967360 or 4210161. OLE color: 4210161.

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

Color convert

RGB 241 61 64 -
CMYK 0 0.75 0.73 0.05
HSL 359º 0.87% 0.59% -
HSV(B) 359º 0.75% 0.95% -
XYZ 38.87 22.41 7.13 -
YUV 115.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 241 61 64 0 0.75 0.73 0.05 359 0.87 0.59
Hex F1 3D 40 0 4B 49 5 167 57 3B
Octal 361 75 100 0 113 111 5 547 127 73
Binary 11110001 111101 1000000 0 1001011 1001001 101 101100111 1010111 111011

Color Harmonies of #F13D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D40

Black with #F13D40

Text Example


Text Example

White with #F13D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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