Html Css Color HEX #F93307 Scarlet

📋 copy color: '#F93307'

red 249 ◦ green 51 ◦ blue 7

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

Shades of Scarlet #F93307

Tints of Scarlet #F93307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 81.11%
G = 16.61%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F93307 (or 0xF93307) is known color: Scarlet. HEX triplet: F9, 33 and 07. RGB value is (249,51,7). Sum of RGB (Red+Green+Blue) = 249+51+7=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F93307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93307 is #06CCF8. Grayscale: #696969. Windows color (decimal): -445689 or 472057. OLE color: 472057.

HSL color Cylindrical-coordinate representation of color #F93307: hue angle of 10.91º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F93307 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 51 7 -
CMYK 0 0.80 0.97 0.02
HSL 10.91º 0.95% 0.5% -
HSV(B) 10.91º 0.97% 0.98% -
XYZ 40.29 22.52 2.42 -
YUV 105.19 72.6 230.58 -
System Red Green Blue C M Y K H S L
Decimal 249 51 7 0 0.80 0.97 0.02 10.91 0.95 0.5
Hex F9 33 7 0 50 61 2 B 5F 32
Octal 371 63 7 0 120 141 2 13 137 62
Binary 11111001 110011 111 0 1010000 1100001 10 1011 1011111 110010

Color Harmonies of #F93307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93307

Black with #F93307

Text Example


Text Example

White with #F93307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93307; }

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

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

background-color css

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

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

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

border-color css

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

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

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