Html Css Color HEX #F11D1F Alizarin

📋 copy color: '#F11D1F'

red 241 ◦ green 29 ◦ blue 31

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

Shades of Alizarin #F11D1F

Tints of Alizarin #F11D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 80.07%
G = 9.63%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F11D1F (or 0xF11D1F) is known color: Alizarin. HEX triplet: F1, 1D and 1F. RGB value is (241,29,31). Sum of RGB (Red+Green+Blue) = 241+29+31=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D1F is #0EE2E0. Grayscale: #5C5C5C. Windows color (decimal): -975585 or 2039281. OLE color: 2039281.

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

Color convert

RGB 241 29 31 -
CMYK 0 0.88 0.87 0.05
HSL 359.43º 0.88% 0.53% -
HSV(B) 359.43º 0.88% 0.95% -
XYZ 36.96 19.68 3.15 -
YUV 92.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 241 29 31 0 0.88 0.87 0.05 359.43 0.88 0.53
Hex F1 1D 1F 0 58 57 5 167 58 35
Octal 361 35 37 0 130 127 5 547 130 65
Binary 11110001 11101 11111 0 1011000 1010111 101 101100111 1011000 110101

Color Harmonies of #F11D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D1F

Black with #F11D1F

Text Example


Text Example

White with #F11D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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