Html Css Color HEX #F7220C Scarlet

📋 copy color: '#F7220C'

red 247 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #F7220C

Tints of Scarlet #F7220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 84.3%
G = 11.6%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7220C (or 0xF7220C) is known color: Scarlet. HEX triplet: F7, 22 and 0C. RGB value is (247,34,12). Sum of RGB (Red+Green+Blue) = 247+34+12=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F7220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7220C is #08DDF3. Grayscale: #5F5F5F. Windows color (decimal): -581108 or 795383. OLE color: 795383.

HSL color Cylindrical-coordinate representation of color #F7220C: hue angle of 5.62º 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 #F7220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 12 -
CMYK 0 0.86 0.95 0.03
HSL 5.62º 0.94% 0.51% -
HSV(B) 5.62º 0.95% 0.97% -
XYZ 39 20.94 2.34 -
YUV 95.18 81.07 236.29 -
System Red Green Blue C M Y K H S L
Decimal 247 34 12 0 0.86 0.95 0.03 5.62 0.94 0.51
Hex F7 22 C 0 56 5F 3 6 5E 33
Octal 367 42 14 0 126 137 3 6 136 63
Binary 11110111 100010 1100 0 1010110 1011111 11 110 1011110 110011

Color Harmonies of #F7220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7220C

Black with #F7220C

Text Example


Text Example

White with #F7220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7220C; }

 p { color: rgb(247,34,12); }

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

background-color css

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

 a { background-color: rgb(247,34,12); }

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

border-color css

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

 span { border-color: rgb(247,34,12); }

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