Html Css Color HEX #F13841 Alizarin

📋 copy color: '#F13841'

red 241 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #F13841

Tints of Alizarin #F13841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

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

R = 66.57%
G = 15.47%
B = 17.96%

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

#F13841 (or 0xF13841) is known color: Alizarin. HEX triplet: F1, 38 and 41. RGB value is (241,56,65). Sum of RGB (Red+Green+Blue) = 241+56+65=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F13841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13841 is #0EC7BE. Grayscale: #707070. Windows color (decimal): -968639 or 4274417. OLE color: 4274417.

HSL color Cylindrical-coordinate representation of color #F13841: hue angle of 357.08º 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 #F13841 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 65 -
CMYK 0 0.77 0.73 0.05
HSL 357.08º 0.87% 0.58% -
HSV(B) 357.08º 0.77% 0.95% -
XYZ 38.64 21.91 7.19 -
YUV 112.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 241 56 65 0 0.77 0.73 0.05 357.08 0.87 0.58
Hex F1 38 41 0 4D 49 5 165 57 3A
Octal 361 70 101 0 115 111 5 545 127 72
Binary 11110001 111000 1000001 0 1001101 1001001 101 101100101 1010111 111010

Color Harmonies of #F13841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13841

Black with #F13841

Text Example


Text Example

White with #F13841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13841; }

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

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

background-color css

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

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

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

border-color css

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

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

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