Html Css Color HEX #F92018 Scarlet

📋 copy color: '#F92018'

red 249 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #F92018

Tints of Scarlet #F92018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 81.64%
G = 10.49%
B = 7.87%

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

#F92018 (or 0xF92018) is known color: Scarlet. HEX triplet: F9, 20 and 18. RGB value is (249,32,24). Sum of RGB (Red+Green+Blue) = 249+32+24=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F92018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92018 is #06DFE7. Grayscale: #606060. Windows color (decimal): -450536 or 1581305. OLE color: 1581305.

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

Color convert

RGB 249 32 24 -
CMYK 0 0.87 0.90 0.02
HSL 2.13º 0.95% 0.54% -
HSV(B) 2.13º 0.9% 0.98% -
XYZ 39.75 21.24 2.87 -
YUV 95.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 249 32 24 0 0.87 0.90 0.02 2.13 0.95 0.54
Hex F9 20 18 0 57 5A 2 2 5F 36
Octal 371 40 30 0 127 132 2 2 137 66
Binary 11111001 100000 11000 0 1010111 1011010 10 10 1011111 110110

Color Harmonies of #F92018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92018

Black with #F92018

Text Example


Text Example

White with #F92018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92018; }

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

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

background-color css

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

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

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

border-color css

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

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

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