Html Css Color HEX #F93013 Scarlet

📋 copy color: '#F93013'

red 249 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #F93013

Tints of Scarlet #F93013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 78.8%
G = 15.19%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93013 (or 0xF93013) is known color: Scarlet. HEX triplet: F9, 30 and 13. RGB value is (249,48,19). Sum of RGB (Red+Green+Blue) = 249+48+19=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F93013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93013 is #06CFEC. Grayscale: #696969. Windows color (decimal): -446445 or 1257721. OLE color: 1257721.

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

Color convert

RGB 249 48 19 -
CMYK 0 0.81 0.92 0.02
HSL 7.57º 0.95% 0.53% -
HSV(B) 7.57º 0.92% 0.98% -
XYZ 40.24 22.3 2.8 -
YUV 104.79 79.59 230.86 -
System Red Green Blue C M Y K H S L
Decimal 249 48 19 0 0.81 0.92 0.02 7.57 0.95 0.53
Hex F9 30 13 0 51 5C 2 8 5F 35
Octal 371 60 23 0 121 134 2 10 137 65
Binary 11111001 110000 10011 0 1010001 1011100 10 1000 1011111 110101

Color Harmonies of #F93013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93013

Black with #F93013

Text Example


Text Example

White with #F93013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93013; }

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

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

background-color css

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

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

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

border-color css

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

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

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