Html Css Color HEX #F11010 Red

📋 copy color: '#F11010'

red 241 ◦ green 16 ◦ blue 16

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

Shades of Red #F11010

Tints of Red #F11010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 88.28%
G = 5.86%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11010 (or 0xF11010) is known color: Red. HEX triplet: F1, 10 and 10. RGB value is (241,16,16). Sum of RGB (Red+Green+Blue) = 241+16+16=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F11010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11010 is #0EEFEF. Grayscale: #535353. Windows color (decimal): -978928 or 1052913. OLE color: 1052913.

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

Color convert

RGB 241 16 16 -
CMYK 0 0.93 0.93 0.05
HSL 0.89% 0.5% -
HSV(B) 0.93% 0.95% -
XYZ 36.55 19.11 2.25 -
YUV 83.28 90.04 240.5 -
System Red Green Blue C M Y K H S L
Decimal 241 16 16 0 0.93 0.93 0.05 0 0.89 0.5
Hex F1 10 10 0 5D 5D 5 0 59 32
Octal 361 20 20 0 135 135 5 0 131 62
Binary 11110001 10000 10000 0 1011101 1011101 101 0 1011001 110010

Color Harmonies of #F11010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11010

Black with #F11010

Text Example


Text Example

White with #F11010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11010; }

 p { color: rgb(241,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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