Html Css Color HEX #F13540 Alizarin

📋 copy color: '#F13540'

red 241 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #F13540

Tints of Alizarin #F13540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 67.32%
G = 14.8%
B = 17.88%

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

#F13540 (or 0xF13540) is known color: Alizarin. HEX triplet: F1, 35 and 40. RGB value is (241,53,64). Sum of RGB (Red+Green+Blue) = 241+53+64=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F13540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13540 is #0ECABF. Grayscale: #6E6E6E. Windows color (decimal): -969408 or 4208113. OLE color: 4208113.

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

Color convert

RGB 241 53 64 -
CMYK 0 0.78 0.73 0.05
HSL 356.49º 0.87% 0.58% -
HSV(B) 356.49º 0.78% 0.95% -
XYZ 38.47 21.62 7 -
YUV 110.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 241 53 64 0 0.78 0.73 0.05 356.49 0.87 0.58
Hex F1 35 40 0 4E 49 5 164 57 3A
Octal 361 65 100 0 116 111 5 544 127 72
Binary 11110001 110101 1000000 0 1001110 1001001 101 101100100 1010111 111010

Color Harmonies of #F13540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13540

Black with #F13540

Text Example


Text Example

White with #F13540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13540; }

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

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

background-color css

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

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

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

border-color css

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

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

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