Html Css Color HEX #F92014 Scarlet

📋 copy color: '#F92014'

red 249 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #F92014

Tints of Scarlet #F92014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 82.72%
G = 10.63%
B = 6.64%

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

#F92014 (or 0xF92014) is known color: Scarlet. HEX triplet: F9, 20 and 14. RGB value is (249,32,20). Sum of RGB (Red+Green+Blue) = 249+32+20=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F92014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92014 is #06DFEB. Grayscale: #5F5F5F. Windows color (decimal): -450540 or 1319161. OLE color: 1319161.

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

Color convert

RGB 249 32 20 -
CMYK 0 0.87 0.92 0.02
HSL 3.14º 0.95% 0.53% -
HSV(B) 3.14º 0.92% 0.98% -
XYZ 39.71 21.22 2.67 -
YUV 95.52 85.39 237.48 -
System Red Green Blue C M Y K H S L
Decimal 249 32 20 0 0.87 0.92 0.02 3.14 0.95 0.53
Hex F9 20 14 0 57 5C 2 3 5F 35
Octal 371 40 24 0 127 134 2 3 137 65
Binary 11111001 100000 10100 0 1010111 1011100 10 11 1011111 110101

Color Harmonies of #F92014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92014

Black with #F92014

Text Example


Text Example

White with #F92014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92014; }

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

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

background-color css

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

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

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

border-color css

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

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

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