Html Css Color HEX #F13341 Alizarin

📋 copy color: '#F13341'

red 241 ◦ green 51 ◦ blue 65

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

Shades of Alizarin #F13341

Tints of Alizarin #F13341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

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

R = 67.51%
G = 14.29%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13341 (or 0xF13341) is known color: Alizarin. HEX triplet: F1, 33 and 41. RGB value is (241,51,65). Sum of RGB (Red+Green+Blue) = 241+51+65=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F13341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13341 is #0ECCBE. Grayscale: #6D6D6D. Windows color (decimal): -969919 or 4273137. OLE color: 4273137.

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

Color convert

RGB 241 51 65 -
CMYK 0 0.79 0.73 0.05
HSL 355.58º 0.87% 0.57% -
HSV(B) 355.58º 0.79% 0.95% -
XYZ 38.41 21.45 7.12 -
YUV 109.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 241 51 65 0 0.79 0.73 0.05 355.58 0.87 0.57
Hex F1 33 41 0 4F 49 5 164 57 39
Octal 361 63 101 0 117 111 5 544 127 71
Binary 11110001 110011 1000001 0 1001111 1001001 101 101100100 1010111 111001

Color Harmonies of #F13341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13341

Black with #F13341

Text Example


Text Example

White with #F13341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13341; }

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

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

background-color css

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

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

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

border-color css

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

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

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