Html Css Color HEX #F13141 Alizarin

📋 copy color: '#F13141'

red 241 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #F13141

Tints of Alizarin #F13141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 67.89%
G = 13.8%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13141 (or 0xF13141) is known color: Alizarin. HEX triplet: F1, 31 and 41. RGB value is (241,49,65). Sum of RGB (Red+Green+Blue) = 241+49+65=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F13141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13141 is #0ECEBE. Grayscale: #6C6C6C. Windows color (decimal): -970431 or 4272625. OLE color: 4272625.

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

Color convert

RGB 241 49 65 -
CMYK 0 0.80 0.73 0.05
HSL 355º 0.87% 0.57% -
HSV(B) 355º 0.8% 0.95% -
XYZ 38.33 21.28 7.09 -
YUV 108.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 241 49 65 0 0.80 0.73 0.05 355 0.87 0.57
Hex F1 31 41 0 50 49 5 163 57 39
Octal 361 61 101 0 120 111 5 543 127 71
Binary 11110001 110001 1000001 0 1010000 1001001 101 101100011 1010111 111001

Color Harmonies of #F13141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13141

Black with #F13141

Text Example


Text Example

White with #F13141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13141; }

 p { color: rgb(241,49,65); }

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

background-color css

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

 a { background-color: rgb(241,49,65); }

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

border-color css

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

 span { border-color: rgb(241,49,65); }

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