Html Css Color HEX #F92915 Scarlet

📋 copy color: '#F92915'

red 249 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #F92915

Tints of Scarlet #F92915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 80.06%
G = 13.18%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F92915 (or 0xF92915) is known color: Scarlet. HEX triplet: F9, 29 and 15. RGB value is (249,41,21). Sum of RGB (Red+Green+Blue) = 249+41+21=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F92915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92915 is #06D6EA. Grayscale: #656565. Windows color (decimal): -448235 or 1387001. OLE color: 1387001.

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

Color convert

RGB 249 41 21 -
CMYK 0 0.84 0.92 0.02
HSL 5.26º 0.95% 0.53% -
HSV(B) 5.26º 0.92% 0.98% -
XYZ 40 21.78 2.81 -
YUV 100.91 82.91 233.63 -
System Red Green Blue C M Y K H S L
Decimal 249 41 21 0 0.84 0.92 0.02 5.26 0.95 0.53
Hex F9 29 15 0 54 5C 2 5 5F 35
Octal 371 51 25 0 124 134 2 5 137 65
Binary 11111001 101001 10101 0 1010100 1011100 10 101 1011111 110101

Color Harmonies of #F92915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92915

Black with #F92915

Text Example


Text Example

White with #F92915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92915; }

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

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

background-color css

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

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

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

border-color css

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

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

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