Html Css Color HEX #F92117 Scarlet

📋 copy color: '#F92117'

red 249 ◦ green 33 ◦ blue 23

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

Shades of Scarlet #F92117

Tints of Scarlet #F92117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 81.64%
G = 10.82%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F92117 (or 0xF92117) is known color: Scarlet. HEX triplet: F9, 21 and 17. RGB value is (249,33,23). Sum of RGB (Red+Green+Blue) = 249+33+23=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F92117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92117 is #06DEE8. Grayscale: #606060. Windows color (decimal): -450281 or 1516025. OLE color: 1516025.

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

Color convert

RGB 249 33 23 -
CMYK 0 0.87 0.91 0.02
HSL 2.65º 0.95% 0.53% -
HSV(B) 2.65º 0.91% 0.98% -
XYZ 39.77 21.29 2.82 -
YUV 96.44 86.56 236.81 -
System Red Green Blue C M Y K H S L
Decimal 249 33 23 0 0.87 0.91 0.02 2.65 0.95 0.53
Hex F9 21 17 0 57 5B 2 3 5F 35
Octal 371 41 27 0 127 133 2 3 137 65
Binary 11111001 100001 10111 0 1010111 1011011 10 11 1011111 110101

Color Harmonies of #F92117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92117

Black with #F92117

Text Example


Text Example

White with #F92117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92117; }

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

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

background-color css

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

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

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

border-color css

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

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

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