Html Css Color HEX #F7221B Scarlet

📋 copy color: '#F7221B'

red 247 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #F7221B

Tints of Scarlet #F7221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 80.19%
G = 11.04%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7221B (or 0xF7221B) is known color: Scarlet. HEX triplet: F7, 22 and 1B. RGB value is (247,34,27). Sum of RGB (Red+Green+Blue) = 247+34+27=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F7221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7221B is #08DDE4. Grayscale: #616161. Windows color (decimal): -581093 or 1778423. OLE color: 1778423.

HSL color Cylindrical-coordinate representation of color #F7221B: hue angle of 1.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7221B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 27 -
CMYK 0 0.86 0.89 0.03
HSL 1.91º 0.93% 0.54% -
HSV(B) 1.91º 0.89% 0.97% -
XYZ 39.13 21 3.03 -
YUV 96.89 88.57 235.07 -
System Red Green Blue C M Y K H S L
Decimal 247 34 27 0 0.86 0.89 0.03 1.91 0.93 0.54
Hex F7 22 1B 0 56 59 3 2 5D 36
Octal 367 42 33 0 126 131 3 2 135 66
Binary 11110111 100010 11011 0 1010110 1011001 11 10 1011101 110110

Color Harmonies of #F7221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7221B

Black with #F7221B

Text Example


Text Example

White with #F7221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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