Html Css Color HEX #F11A1E Alizarin

📋 copy color: '#F11A1E'

red 241 ◦ green 26 ◦ blue 30

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

Shades of Alizarin #F11A1E

Tints of Alizarin #F11A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 81.14%
G = 8.75%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F11A1E (or 0xF11A1E) is known color: Alizarin. HEX triplet: F1, 1A and 1E. RGB value is (241,26,30). Sum of RGB (Red+Green+Blue) = 241+26+30=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A1E is #0EE5E1. Grayscale: #5A5A5A. Windows color (decimal): -976354 or 1972977. OLE color: 1972977.

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

Color convert

RGB 241 26 30 -
CMYK 0 0.89 0.88 0.05
HSL 358.88º 0.88% 0.52% -
HSV(B) 358.88º 0.89% 0.95% -
XYZ 36.88 19.53 3.05 -
YUV 90.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 241 26 30 0 0.89 0.88 0.05 358.88 0.88 0.52
Hex F1 1A 1E 0 59 58 5 167 58 34
Octal 361 32 36 0 131 130 5 547 130 64
Binary 11110001 11010 11110 0 1011001 1011000 101 101100111 1011000 110100

Color Harmonies of #F11A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A1E

Black with #F11A1E

Text Example


Text Example

White with #F11A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A1E; }

 p { color: rgb(241,26,30); }

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

background-color css

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

 a { background-color: rgb(241,26,30); }

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

border-color css

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

 span { border-color: rgb(241,26,30); }

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