Html Css Color HEX #F91311 Red

📋 copy color: '#F91311'

red 249 ◦ green 19 ◦ blue 17

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

Shades of Red #F91311

Tints of Red #F91311

RGB

 RED value IS 249 (97.66% from 255) = 87.37%

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 87.37%
G = 6.67%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F91311 (or 0xF91311) is known color: Red. HEX triplet: F9, 13 and 11. RGB value is (249,19,17). Sum of RGB (Red+Green+Blue) = 249+19+17=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F91311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91311 is #06ECEE. Grayscale: #575757. Windows color (decimal): -453871 or 1119225. OLE color: 1119225.

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

Color convert

RGB 249 19 17 -
CMYK 0 0.92 0.93 0.02
HSL 0.52º 0.95% 0.52% -
HSV(B) 0.52º 0.93% 0.98% -
XYZ 39.4 20.65 2.44 -
YUV 87.54 88.2 243.16 -
System Red Green Blue C M Y K H S L
Decimal 249 19 17 0 0.92 0.93 0.02 0.52 0.95 0.52
Hex F9 13 11 0 5C 5D 2 1 5F 34
Octal 371 23 21 0 134 135 2 1 137 64
Binary 11111001 10011 10001 0 1011100 1011101 10 1 1011111 110100

Color Harmonies of #F91311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91311

Black with #F91311

Text Example


Text Example

White with #F91311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91311; }

 p { color: rgb(249,19,17); }

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

background-color css

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

 a { background-color: rgb(249,19,17); }

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

border-color css

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

 span { border-color: rgb(249,19,17); }

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