Html Css Color HEX #F11C2D Alizarin

📋 copy color: '#F11C2D'

red 241 ◦ green 28 ◦ blue 45

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

Shades of Alizarin #F11C2D

Tints of Alizarin #F11C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 76.75%
G = 8.92%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F11C2D (or 0xF11C2D) is known color: Alizarin. HEX triplet: F1, 1C and 2D. RGB value is (241,28,45). Sum of RGB (Red+Green+Blue) = 241+28+45=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C2D is #0EE3D2. Grayscale: #5D5D5D. Windows color (decimal): -975827 or 2956529. OLE color: 2956529.

HSL color Cylindrical-coordinate representation of color #F11C2D: hue angle of 355.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 28 45 -
CMYK 0 0.88 0.81 0.05
HSL 355.21º 0.88% 0.53% -
HSV(B) 355.21º 0.88% 0.95% -
XYZ 37.16 19.72 4.33 -
YUV 93.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 241 28 45 0 0.88 0.81 0.05 355.21 0.88 0.53
Hex F1 1C 2D 0 58 51 5 163 58 35
Octal 361 34 55 0 130 121 5 543 130 65
Binary 11110001 11100 101101 0 1011000 1010001 101 101100011 1011000 110101

Color Harmonies of #F11C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C2D

Black with #F11C2D

Text Example


Text Example

White with #F11C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C2D; }

 p { color: rgb(241,28,45); }

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

background-color css

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

 a { background-color: rgb(241,28,45); }

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

border-color css

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

 span { border-color: rgb(241,28,45); }

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