Html Css Color HEX #F92414 Scarlet

📋 copy color: '#F92414'

red 249 ◦ green 36 ◦ blue 20

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

Shades of Scarlet #F92414

Tints of Scarlet #F92414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

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

R = 81.64%
G = 11.8%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F92414 (or 0xF92414) is known color: Scarlet. HEX triplet: F9, 24 and 14. RGB value is (249,36,20). Sum of RGB (Red+Green+Blue) = 249+36+20=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F92414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92414 is #06DBEB. Grayscale: #626262. Windows color (decimal): -449516 or 1320185. OLE color: 1320185.

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

Color convert

RGB 249 36 20 -
CMYK 0 0.86 0.92 0.02
HSL 4.19º 0.95% 0.53% -
HSV(B) 4.19º 0.92% 0.98% -
XYZ 39.82 21.45 2.7 -
YUV 97.86 84.07 235.8 -
System Red Green Blue C M Y K H S L
Decimal 249 36 20 0 0.86 0.92 0.02 4.19 0.95 0.53
Hex F9 24 14 0 56 5C 2 4 5F 35
Octal 371 44 24 0 126 134 2 4 137 65
Binary 11111001 100100 10100 0 1010110 1011100 10 100 1011111 110101

Color Harmonies of #F92414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92414

Black with #F92414

Text Example


Text Example

White with #F92414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92414; }

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

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

background-color css

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

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

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

border-color css

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

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

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