Html Css Color HEX #F92F14 Scarlet

📋 copy color: '#F92F14'

red 249 ◦ green 47 ◦ blue 20

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

Shades of Scarlet #F92F14

Tints of Scarlet #F92F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 78.8%
G = 14.87%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F92F14 (or 0xF92F14) is known color: Scarlet. HEX triplet: F9, 2F and 14. RGB value is (249,47,20). Sum of RGB (Red+Green+Blue) = 249+47+20=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92F14 is #06D0EB. Grayscale: #686868. Windows color (decimal): -446700 or 1323001. OLE color: 1323001.

HSL color Cylindrical-coordinate representation of color #F92F14: hue angle of 7.07º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F92F14 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 47 20 -
CMYK 0 0.81 0.92 0.02
HSL 7.07º 0.95% 0.53% -
HSV(B) 7.07º 0.92% 0.98% -
XYZ 40.21 22.22 2.83 -
YUV 104.32 80.42 231.2 -
System Red Green Blue C M Y K H S L
Decimal 249 47 20 0 0.81 0.92 0.02 7.07 0.95 0.53
Hex F9 2F 14 0 51 5C 2 7 5F 35
Octal 371 57 24 0 121 134 2 7 137 65
Binary 11111001 101111 10100 0 1010001 1011100 10 111 1011111 110101

Color Harmonies of #F92F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F14

Black with #F92F14

Text Example


Text Example

White with #F92F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F14; }

 p { color: rgb(249,47,20); }

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

background-color css

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

 a { background-color: rgb(249,47,20); }

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

border-color css

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

 span { border-color: rgb(249,47,20); }

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