Html Css Color HEX #F13B3C Alizarin

📋 copy color: '#F13B3C'

red 241 ◦ green 59 ◦ blue 60

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

Shades of Alizarin #F13B3C

Tints of Alizarin #F13B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.39%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 66.94%
G = 16.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F13B3C (or 0xF13B3C) is known color: Alizarin. HEX triplet: F1, 3B and 3C. RGB value is (241,59,60). Sum of RGB (Red+Green+Blue) = 241+59+60=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B3C is #0EC4C3. Grayscale: #717171. Windows color (decimal): -967876 or 3947505. OLE color: 3947505.

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

Color convert

RGB 241 59 60 -
CMYK 0 0.76 0.75 0.05
HSL 359.67º 0.87% 0.59% -
HSV(B) 359.67º 0.76% 0.95% -
XYZ 38.66 22.15 6.51 -
YUV 113.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 241 59 60 0 0.76 0.75 0.05 359.67 0.87 0.59
Hex F1 3B 3C 0 4C 4B 5 168 57 3B
Octal 361 73 74 0 114 113 5 550 127 73
Binary 11110001 111011 111100 0 1001100 1001011 101 101101000 1010111 111011

Color Harmonies of #F13B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B3C

Black with #F13B3C

Text Example


Text Example

White with #F13B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B3C; }

 p { color: rgb(241,59,60); }

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

background-color css

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

 a { background-color: rgb(241,59,60); }

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

border-color css

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

 span { border-color: rgb(241,59,60); }

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