Html Css Color HEX #F92A19 Scarlet

📋 copy color: '#F92A19'

red 249 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #F92A19

Tints of Scarlet #F92A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 78.8%
G = 13.29%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92A19 (or 0xF92A19) is known color: Scarlet. HEX triplet: F9, 2A and 19. RGB value is (249,42,25). Sum of RGB (Red+Green+Blue) = 249+42+25=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92A19 is #06D5E6. Grayscale: #666666. Windows color (decimal): -447975 or 1649401. OLE color: 1649401.

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

Color convert

RGB 249 42 25 -
CMYK 0 0.83 0.90 0.02
HSL 4.55º 0.95% 0.54% -
HSV(B) 4.55º 0.9% 0.98% -
XYZ 40.07 21.87 3.03 -
YUV 101.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 249 42 25 0 0.83 0.90 0.02 4.55 0.95 0.54
Hex F9 2A 19 0 53 5A 2 5 5F 36
Octal 371 52 31 0 123 132 2 5 137 66
Binary 11111001 101010 11001 0 1010011 1011010 10 101 1011111 110110

Color Harmonies of #F92A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A19

Black with #F92A19

Text Example


Text Example

White with #F92A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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