Html Css Color HEX #F92115 Scarlet

📋 copy color: '#F92115'

red 249 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #F92115

Tints of Scarlet #F92115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 82.18%
G = 10.89%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F92115 (or 0xF92115) is known color: Scarlet. HEX triplet: F9, 21 and 15. RGB value is (249,33,21). Sum of RGB (Red+Green+Blue) = 249+33+21=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F92115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92115 is #06DEEA. Grayscale: #606060. Windows color (decimal): -450283 or 1384953. OLE color: 1384953.

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

Color convert

RGB 249 33 21 -
CMYK 0 0.87 0.92 0.02
HSL 3.16º 0.95% 0.53% -
HSV(B) 3.16º 0.92% 0.98% -
XYZ 39.75 21.28 2.72 -
YUV 96.22 85.56 236.98 -
System Red Green Blue C M Y K H S L
Decimal 249 33 21 0 0.87 0.92 0.02 3.16 0.95 0.53
Hex F9 21 15 0 57 5C 2 3 5F 35
Octal 371 41 25 0 127 134 2 3 137 65
Binary 11111001 100001 10101 0 1010111 1011100 10 11 1011111 110101

Color Harmonies of #F92115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92115

Black with #F92115

Text Example


Text Example

White with #F92115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92115; }

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

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

background-color css

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

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

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

border-color css

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

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

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