Html Css Color HEX #F92118 Scarlet

📋 copy color: '#F92118'

red 249 ◦ green 33 ◦ blue 24

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

Shades of Scarlet #F92118

Tints of Scarlet #F92118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 81.37%
G = 10.78%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92118 (or 0xF92118) is known color: Scarlet. HEX triplet: F9, 21 and 18. RGB value is (249,33,24). Sum of RGB (Red+Green+Blue) = 249+33+24=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F92118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92118 is #06DEE7. Grayscale: #606060. Windows color (decimal): -450280 or 1581561. OLE color: 1581561.

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

Color convert

RGB 249 33 24 -
CMYK 0 0.87 0.90 0.02
HSL 2.4º 0.95% 0.54% -
HSV(B) 2.4º 0.9% 0.98% -
XYZ 39.78 21.29 2.88 -
YUV 96.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 249 33 24 0 0.87 0.90 0.02 2.4 0.95 0.54
Hex F9 21 18 0 57 5A 2 2 5F 36
Octal 371 41 30 0 127 132 2 2 137 66
Binary 11111001 100001 11000 0 1010111 1011010 10 10 1011111 110110

Color Harmonies of #F92118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92118

Black with #F92118

Text Example


Text Example

White with #F92118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92118; }

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

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

background-color css

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

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

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

border-color css

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

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

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