Html Css Color HEX #F13640 Alizarin

📋 copy color: '#F13640'

red 241 ◦ green 54 ◦ blue 64

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

Shades of Alizarin #F13640

Tints of Alizarin #F13640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

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

R = 67.13%
G = 15.04%
B = 17.83%

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

#F13640 (or 0xF13640) is known color: Alizarin. HEX triplet: F1, 36 and 40. RGB value is (241,54,64). Sum of RGB (Red+Green+Blue) = 241+54+64=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F13640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13640 is #0EC9BF. Grayscale: #6F6F6F. Windows color (decimal): -969152 or 4208369. OLE color: 4208369.

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

Color convert

RGB 241 54 64 -
CMYK 0 0.78 0.73 0.05
HSL 356.79º 0.87% 0.58% -
HSV(B) 356.79º 0.78% 0.95% -
XYZ 38.52 21.71 7.01 -
YUV 111.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 241 54 64 0 0.78 0.73 0.05 356.79 0.87 0.58
Hex F1 36 40 0 4E 49 5 165 57 3A
Octal 361 66 100 0 116 111 5 545 127 72
Binary 11110001 110110 1000000 0 1001110 1001001 101 101100101 1010111 111010

Color Harmonies of #F13640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13640

Black with #F13640

Text Example


Text Example

White with #F13640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13640; }

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

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

background-color css

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

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

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

border-color css

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

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

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