Html Css Color HEX #F92814 Scarlet

📋 copy color: '#F92814'

red 249 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #F92814

Tints of Scarlet #F92814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 80.58%
G = 12.94%
B = 6.47%

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

#F92814 (or 0xF92814) is known color: Scarlet. HEX triplet: F9, 28 and 14. RGB value is (249,40,20). Sum of RGB (Red+Green+Blue) = 249+40+20=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F92814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92814 is #06D7EB. Grayscale: #646464. Windows color (decimal): -448492 or 1321209. OLE color: 1321209.

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

Color convert

RGB 249 40 20 -
CMYK 0 0.84 0.92 0.02
HSL 5.24º 0.95% 0.53% -
HSV(B) 5.24º 0.92% 0.98% -
XYZ 39.95 21.71 2.75 -
YUV 100.21 82.74 234.13 -
System Red Green Blue C M Y K H S L
Decimal 249 40 20 0 0.84 0.92 0.02 5.24 0.95 0.53
Hex F9 28 14 0 54 5C 2 5 5F 35
Octal 371 50 24 0 124 134 2 5 137 65
Binary 11111001 101000 10100 0 1010100 1011100 10 101 1011111 110101

Color Harmonies of #F92814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92814

Black with #F92814

Text Example


Text Example

White with #F92814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92814; }

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

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

background-color css

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

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

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

border-color css

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

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

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