Html Css Color HEX #F11D2D Alizarin

📋 copy color: '#F11D2D'

red 241 ◦ green 29 ◦ blue 45

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

Shades of Alizarin #F11D2D

Tints of Alizarin #F11D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

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

R = 76.51%
G = 9.21%
B = 14.29%

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

#F11D2D (or 0xF11D2D) is known color: Alizarin. HEX triplet: F1, 1D and 2D. RGB value is (241,29,45). Sum of RGB (Red+Green+Blue) = 241+29+45=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D2D is #0EE2D2. Grayscale: #5E5E5E. Windows color (decimal): -975571 or 2956785. OLE color: 2956785.

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

Color convert

RGB 241 29 45 -
CMYK 0 0.88 0.81 0.05
HSL 355.47º 0.88% 0.53% -
HSV(B) 355.47º 0.88% 0.95% -
XYZ 37.19 19.77 4.34 -
YUV 94.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 241 29 45 0 0.88 0.81 0.05 355.47 0.88 0.53
Hex F1 1D 2D 0 58 51 5 163 58 35
Octal 361 35 55 0 130 121 5 543 130 65
Binary 11110001 11101 101101 0 1011000 1010001 101 101100011 1011000 110101

Color Harmonies of #F11D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D2D

Black with #F11D2D

Text Example


Text Example

White with #F11D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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