Html Css Color HEX #F92C18 Scarlet

📋 copy color: '#F92C18'

red 249 ◦ green 44 ◦ blue 24

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

Shades of Scarlet #F92C18

Tints of Scarlet #F92C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

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

R = 78.55%
G = 13.88%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92C18 (or 0xF92C18) is known color: Scarlet. HEX triplet: F9, 2C and 18. RGB value is (249,44,24). Sum of RGB (Red+Green+Blue) = 249+44+24=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C18 is #06D3E7. Grayscale: #676767. Windows color (decimal): -447464 or 1584377. OLE color: 1584377.

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

Color convert

RGB 249 44 24 -
CMYK 0 0.82 0.90 0.02
HSL 5.33º 0.95% 0.54% -
HSV(B) 5.33º 0.9% 0.98% -
XYZ 40.13 22.01 3 -
YUV 103.02 83.42 232.13 -
System Red Green Blue C M Y K H S L
Decimal 249 44 24 0 0.82 0.90 0.02 5.33 0.95 0.54
Hex F9 2C 18 0 52 5A 2 5 5F 36
Octal 371 54 30 0 122 132 2 5 137 66
Binary 11111001 101100 11000 0 1010010 1011010 10 101 1011111 110110

Color Harmonies of #F92C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C18

Black with #F92C18

Text Example


Text Example

White with #F92C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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