Html Css Color HEX #F92D16 Scarlet

📋 copy color: '#F92D16'

red 249 ◦ green 45 ◦ blue 22

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

Shades of Scarlet #F92D16

Tints of Scarlet #F92D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 78.8%
G = 14.24%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F92D16 (or 0xF92D16) is known color: Scarlet. HEX triplet: F9, 2D and 16. RGB value is (249,45,22). Sum of RGB (Red+Green+Blue) = 249+45+22=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D16 is #06D2E9. Grayscale: #676767. Windows color (decimal): -447210 or 1453561. OLE color: 1453561.

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

Color convert

RGB 249 45 22 -
CMYK 0 0.82 0.91 0.02
HSL 6.08º 0.95% 0.53% -
HSV(B) 6.08º 0.91% 0.98% -
XYZ 40.15 22.07 2.9 -
YUV 103.37 82.09 231.87 -
System Red Green Blue C M Y K H S L
Decimal 249 45 22 0 0.82 0.91 0.02 6.08 0.95 0.53
Hex F9 2D 16 0 52 5B 2 6 5F 35
Octal 371 55 26 0 122 133 2 6 137 65
Binary 11111001 101101 10110 0 1010010 1011011 10 110 1011111 110101

Color Harmonies of #F92D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D16

Black with #F92D16

Text Example


Text Example

White with #F92D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D16; }

 p { color: rgb(249,45,22); }

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

background-color css

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

 a { background-color: rgb(249,45,22); }

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

border-color css

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

 span { border-color: rgb(249,45,22); }

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