Html Css Color HEX #F7320D Scarlet

📋 copy color: '#F7320D'

red 247 ◦ green 50 ◦ blue 13

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

Shades of Scarlet #F7320D

Tints of Scarlet #F7320D

RGB

 RED value IS 247 (96.88% from 255) = 79.68%

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 79.68%
G = 16.13%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7320D (or 0xF7320D) is known color: Scarlet. HEX triplet: F7, 32 and 0D. RGB value is (247,50,13). Sum of RGB (Red+Green+Blue) = 247+50+13=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F7320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7320D is #08CDF2. Grayscale: #696969. Windows color (decimal): -577011 or 865015. OLE color: 865015.

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

Color convert

RGB 247 50 13 -
CMYK 0 0.80 0.95 0.03
HSL 9.49º 0.94% 0.51% -
HSV(B) 9.49º 0.95% 0.97% -
XYZ 39.57 22.08 2.56 -
YUV 104.69 76.27 229.51 -
System Red Green Blue C M Y K H S L
Decimal 247 50 13 0 0.80 0.95 0.03 9.49 0.94 0.51
Hex F7 32 D 0 50 5F 3 9 5E 33
Octal 367 62 15 0 120 137 3 11 136 63
Binary 11110111 110010 1101 0 1010000 1011111 11 1001 1011110 110011

Color Harmonies of #F7320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7320D

Black with #F7320D

Text Example


Text Example

White with #F7320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7320D; }

 p { color: rgb(247,50,13); }

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

background-color css

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

 a { background-color: rgb(247,50,13); }

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

border-color css

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

 span { border-color: rgb(247,50,13); }

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