Html Css Color HEX #F92919 Scarlet

📋 copy color: '#F92919'

red 249 ◦ green 41 ◦ blue 25

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

Shades of Scarlet #F92919

Tints of Scarlet #F92919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 79.05%
G = 13.02%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92919 (or 0xF92919) is known color: Scarlet. HEX triplet: F9, 29 and 19. RGB value is (249,41,25). Sum of RGB (Red+Green+Blue) = 249+41+25=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F92919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92919 is #06D6E6. Grayscale: #656565. Windows color (decimal): -448231 or 1649145. OLE color: 1649145.

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

Color convert

RGB 249 41 25 -
CMYK 0 0.84 0.90 0.02
HSL 4.29º 0.95% 0.54% -
HSV(B) 4.29º 0.9% 0.98% -
XYZ 40.04 21.8 3.02 -
YUV 101.37 84.91 233.3 -
System Red Green Blue C M Y K H S L
Decimal 249 41 25 0 0.84 0.90 0.02 4.29 0.95 0.54
Hex F9 29 19 0 54 5A 2 4 5F 36
Octal 371 51 31 0 124 132 2 4 137 66
Binary 11111001 101001 11001 0 1010100 1011010 10 100 1011111 110110

Color Harmonies of #F92919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92919

Black with #F92919

Text Example


Text Example

White with #F92919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92919; }

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

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

background-color css

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

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

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

border-color css

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

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

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