Html Css Color HEX #F92120 Scarlet

📋 copy color: '#F92120'

red 249 ◦ green 33 ◦ blue 32

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

Shades of Scarlet #F92120

Tints of Scarlet #F92120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 79.3%
G = 10.51%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F92120 (or 0xF92120) is known color: Scarlet. HEX triplet: F9, 21 and 20. RGB value is (249,33,32). Sum of RGB (Red+Green+Blue) = 249+33+32=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F92120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92120 is #06DEDF. Grayscale: #616161. Windows color (decimal): -450272 or 2105849. OLE color: 2105849.

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

Color convert

RGB 249 33 32 -
CMYK 0 0.87 0.87 0.02
HSL 0.28º 0.95% 0.55% -
HSV(B) 0.28º 0.87% 0.98% -
XYZ 39.87 21.33 3.38 -
YUV 97.47 91.06 236.08 -
System Red Green Blue C M Y K H S L
Decimal 249 33 32 0 0.87 0.87 0.02 0.28 0.95 0.55
Hex F9 21 20 0 57 57 2 0 5F 37
Octal 371 41 40 0 127 127 2 0 137 67
Binary 11111001 100001 100000 0 1010111 1010111 10 0 1011111 110111

Color Harmonies of #F92120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92120

Black with #F92120

Text Example


Text Example

White with #F92120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92120; }

 p { color: rgb(249,33,32); }

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

background-color css

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

 a { background-color: rgb(249,33,32); }

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

border-color css

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

 span { border-color: rgb(249,33,32); }

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