Html Css Color HEX #F92519 Scarlet

📋 copy color: '#F92519'

red 249 ◦ green 37 ◦ blue 25

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

Shades of Scarlet #F92519

Tints of Scarlet #F92519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 80.06%
G = 11.9%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92519 (or 0xF92519) is known color: Scarlet. HEX triplet: F9, 25 and 19. RGB value is (249,37,25). Sum of RGB (Red+Green+Blue) = 249+37+25=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F92519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92519 is #06DAE6. Grayscale: #636363. Windows color (decimal): -449255 or 1648121. OLE color: 1648121.

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

Color convert

RGB 249 37 25 -
CMYK 0 0.85 0.90 0.02
HSL 3.21º 0.95% 0.54% -
HSV(B) 3.21º 0.9% 0.98% -
XYZ 39.9 21.53 2.97 -
YUV 99.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 249 37 25 0 0.85 0.90 0.02 3.21 0.95 0.54
Hex F9 25 19 0 55 5A 2 3 5F 36
Octal 371 45 31 0 125 132 2 3 137 66
Binary 11111001 100101 11001 0 1010101 1011010 10 11 1011111 110110

Color Harmonies of #F92519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92519

Black with #F92519

Text Example


Text Example

White with #F92519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92519; }

 p { color: rgb(249,37,25); }

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

background-color css

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

 a { background-color: rgb(249,37,25); }

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

border-color css

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

 span { border-color: rgb(249,37,25); }

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