Html Css Color HEX #F93313 Scarlet

📋 copy color: '#F93313'

red 249 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #F93313

Tints of Scarlet #F93313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 78.06%
G = 15.99%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93313 (or 0xF93313) is known color: Scarlet. HEX triplet: F9, 33 and 13. RGB value is (249,51,19). Sum of RGB (Red+Green+Blue) = 249+51+19=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F93313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93313 is #06CCEC. Grayscale: #6A6A6A. Windows color (decimal): -445677 or 1258489. OLE color: 1258489.

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

Color convert

RGB 249 51 19 -
CMYK 0 0.80 0.92 0.02
HSL 8.35º 0.95% 0.53% -
HSV(B) 8.35º 0.92% 0.98% -
XYZ 40.37 22.55 2.84 -
YUV 106.55 78.6 229.6 -
System Red Green Blue C M Y K H S L
Decimal 249 51 19 0 0.80 0.92 0.02 8.35 0.95 0.53
Hex F9 33 13 0 50 5C 2 8 5F 35
Octal 371 63 23 0 120 134 2 10 137 65
Binary 11111001 110011 10011 0 1010000 1011100 10 1000 1011111 110101

Color Harmonies of #F93313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93313

Black with #F93313

Text Example


Text Example

White with #F93313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93313; }

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

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

background-color css

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

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

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

border-color css

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

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

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