Html Css Color HEX #F92013 Scarlet

📋 copy color: '#F92013'

red 249 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #F92013

Tints of Scarlet #F92013

RGB

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

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

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

R = 83%
G = 10.67%
B = 6.33%

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

#F92013 (or 0xF92013) is known color: Scarlet. HEX triplet: F9, 20 and 13. RGB value is (249,32,19). Sum of RGB (Red+Green+Blue) = 249+32+19=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F92013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92013 is #06DFEC. Grayscale: #5F5F5F. Windows color (decimal): -450541 or 1253625. OLE color: 1253625.

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

Color convert

RGB 249 32 19 -
CMYK 0 0.87 0.92 0.02
HSL 3.39º 0.95% 0.53% -
HSV(B) 3.39º 0.92% 0.98% -
XYZ 39.7 21.22 2.62 -
YUV 95.4 84.89 237.56 -
System Red Green Blue C M Y K H S L
Decimal 249 32 19 0 0.87 0.92 0.02 3.39 0.95 0.53
Hex F9 20 13 0 57 5C 2 3 5F 35
Octal 371 40 23 0 127 134 2 3 137 65
Binary 11111001 100000 10011 0 1010111 1011100 10 11 1011111 110101

Color Harmonies of #F92013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92013

Black with #F92013

Text Example


Text Example

White with #F92013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92013; }

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

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

background-color css

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

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

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

border-color css

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

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

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