Html Css Color HEX #F92213 Scarlet

📋 copy color: '#F92213'

red 249 ◦ green 34 ◦ blue 19

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

Shades of Scarlet #F92213

Tints of Scarlet #F92213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 82.45%
G = 11.26%
B = 6.29%

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

#F92213 (or 0xF92213) is known color: Scarlet. HEX triplet: F9, 22 and 13. RGB value is (249,34,19). Sum of RGB (Red+Green+Blue) = 249+34+19=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F92213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92213 is #06DDEC. Grayscale: #606060. Windows color (decimal): -450029 or 1254137. OLE color: 1254137.

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

Color convert

RGB 249 34 19 -
CMYK 0 0.86 0.92 0.02
HSL 3.91º 0.95% 0.53% -
HSV(B) 3.91º 0.92% 0.98% -
XYZ 39.76 21.33 2.64 -
YUV 96.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 249 34 19 0 0.86 0.92 0.02 3.91 0.95 0.53
Hex F9 22 13 0 56 5C 2 4 5F 35
Octal 371 42 23 0 126 134 2 4 137 65
Binary 11111001 100010 10011 0 1010110 1011100 10 100 1011111 110101

Color Harmonies of #F92213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92213

Black with #F92213

Text Example


Text Example

White with #F92213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92213; }

 p { color: rgb(249,34,19); }

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

background-color css

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

 a { background-color: rgb(249,34,19); }

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

border-color css

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

 span { border-color: rgb(249,34,19); }

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