Html Css Color HEX #F91411 Scarlet

📋 copy color: '#F91411'

red 249 ◦ green 20 ◦ blue 17

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

Shades of Scarlet #F91411

Tints of Scarlet #F91411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 87.06%
G = 6.99%
B = 5.94%

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

#F91411 (or 0xF91411) is known color: Scarlet. HEX triplet: F9, 14 and 11. RGB value is (249,20,17). Sum of RGB (Red+Green+Blue) = 249+20+17=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F91411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91411 is #06EBEE. Grayscale: #585858. Windows color (decimal): -453615 or 1119481. OLE color: 1119481.

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

Color convert

RGB 249 20 17 -
CMYK 0 0.92 0.93 0.02
HSL 0.78º 0.95% 0.52% -
HSV(B) 0.78º 0.93% 0.98% -
XYZ 39.42 20.68 2.44 -
YUV 88.13 87.87 242.74 -
System Red Green Blue C M Y K H S L
Decimal 249 20 17 0 0.92 0.93 0.02 0.78 0.95 0.52
Hex F9 14 11 0 5C 5D 2 1 5F 34
Octal 371 24 21 0 134 135 2 1 137 64
Binary 11111001 10100 10001 0 1011100 1011101 10 1 1011111 110100

Color Harmonies of #F91411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91411

Black with #F91411

Text Example


Text Example

White with #F91411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91411; }

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

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

background-color css

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

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

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

border-color css

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

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

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