Html Css Color HEX #F13441 Alizarin

📋 copy color: '#F13441'

red 241 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #F13441

Tints of Alizarin #F13441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 67.32%
G = 14.53%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13441 (or 0xF13441) is known color: Alizarin. HEX triplet: F1, 34 and 41. RGB value is (241,52,65). Sum of RGB (Red+Green+Blue) = 241+52+65=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F13441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13441 is #0ECBBE. Grayscale: #6E6E6E. Windows color (decimal): -969663 or 4273393. OLE color: 4273393.

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

Color convert

RGB 241 52 65 -
CMYK 0 0.78 0.73 0.05
HSL 355.87º 0.87% 0.57% -
HSV(B) 355.87º 0.78% 0.95% -
XYZ 38.46 21.54 7.13 -
YUV 109.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 241 52 65 0 0.78 0.73 0.05 355.87 0.87 0.57
Hex F1 34 41 0 4E 49 5 164 57 39
Octal 361 64 101 0 116 111 5 544 127 71
Binary 11110001 110100 1000001 0 1001110 1001001 101 101100100 1010111 111001

Color Harmonies of #F13441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13441

Black with #F13441

Text Example


Text Example

White with #F13441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13441; }

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

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

background-color css

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

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

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

border-color css

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

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

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