Html Css Color HEX #F11310 Red

📋 copy color: '#F11310'

red 241 ◦ green 19 ◦ blue 16

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

Shades of Red #F11310

Tints of Red #F11310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 87.32%
G = 6.88%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11310 (or 0xF11310) is known color: Red. HEX triplet: F1, 13 and 10. RGB value is (241,19,16). Sum of RGB (Red+Green+Blue) = 241+19+16=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F11310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11310 is #0EECEF. Grayscale: #555555. Windows color (decimal): -978160 or 1053681. OLE color: 1053681.

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

Color convert

RGB 241 19 16 -
CMYK 0 0.92 0.93 0.05
HSL 0.8º 0.89% 0.5% -
HSV(B) 0.8º 0.93% 0.95% -
XYZ 36.6 19.2 2.27 -
YUV 85.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 241 19 16 0 0.92 0.93 0.05 0.8 0.89 0.5
Hex F1 13 10 0 5C 5D 5 1 59 32
Octal 361 23 20 0 134 135 5 1 131 62
Binary 11110001 10011 10000 0 1011100 1011101 101 1 1011001 110010

Color Harmonies of #F11310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11310

Black with #F11310

Text Example


Text Example

White with #F11310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11310; }

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

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

background-color css

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

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

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

border-color css

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

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

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