Html Css Color HEX #F92811 Scarlet

📋 copy color: '#F92811'

red 249 ◦ green 40 ◦ blue 17

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

Shades of Scarlet #F92811

Tints of Scarlet #F92811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 81.37%
G = 13.07%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F92811 (or 0xF92811) is known color: Scarlet. HEX triplet: F9, 28 and 11. RGB value is (249,40,17). Sum of RGB (Red+Green+Blue) = 249+40+17=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F92811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92811 is #06D7EE. Grayscale: #646464. Windows color (decimal): -448495 or 1124601. OLE color: 1124601.

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

Color convert

RGB 249 40 17 -
CMYK 0 0.84 0.93 0.02
HSL 5.95º 0.95% 0.52% -
HSV(B) 5.95º 0.93% 0.98% -
XYZ 39.93 21.7 2.61 -
YUV 99.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 249 40 17 0 0.84 0.93 0.02 5.95 0.95 0.52
Hex F9 28 11 0 54 5D 2 6 5F 34
Octal 371 50 21 0 124 135 2 6 137 64
Binary 11111001 101000 10001 0 1010100 1011101 10 110 1011111 110100

Color Harmonies of #F92811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92811

Black with #F92811

Text Example


Text Example

White with #F92811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92811; }

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

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

background-color css

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

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

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

border-color css

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

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

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