Html Css Color HEX #F92411 Scarlet

📋 copy color: '#F92411'

red 249 ◦ green 36 ◦ blue 17

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

Shades of Scarlet #F92411

Tints of Scarlet #F92411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 82.45%
G = 11.92%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F92411 (or 0xF92411) is known color: Scarlet. HEX triplet: F9, 24 and 11. RGB value is (249,36,17). Sum of RGB (Red+Green+Blue) = 249+36+17=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F92411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92411 is #06DBEE. Grayscale: #616161. Windows color (decimal): -449519 or 1123577. OLE color: 1123577.

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

Color convert

RGB 249 36 17 -
CMYK 0 0.86 0.93 0.02
HSL 4.91º 0.95% 0.52% -
HSV(B) 4.91º 0.93% 0.98% -
XYZ 39.8 21.44 2.57 -
YUV 97.52 82.57 236.04 -
System Red Green Blue C M Y K H S L
Decimal 249 36 17 0 0.86 0.93 0.02 4.91 0.95 0.52
Hex F9 24 11 0 56 5D 2 5 5F 34
Octal 371 44 21 0 126 135 2 5 137 64
Binary 11111001 100100 10001 0 1010110 1011101 10 101 1011111 110100

Color Harmonies of #F92411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92411

Black with #F92411

Text Example


Text Example

White with #F92411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92411; }

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

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

background-color css

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

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

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

border-color css

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

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

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