Html Css Color HEX #F7201B Scarlet

📋 copy color: '#F7201B'

red 247 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #F7201B

Tints of Scarlet #F7201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

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

R = 80.72%
G = 10.46%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7201B (or 0xF7201B) is known color: Scarlet. HEX triplet: F7, 20 and 1B. RGB value is (247,32,27). Sum of RGB (Red+Green+Blue) = 247+32+27=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F7201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7201B is #08DFE4. Grayscale: #5F5F5F. Windows color (decimal): -581605 or 1777911. OLE color: 1777911.

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

Color convert

RGB 247 32 27 -
CMYK 0 0.87 0.89 0.03
HSL 1.36º 0.93% 0.54% -
HSV(B) 1.36º 0.89% 0.97% -
XYZ 39.07 20.89 3.01 -
YUV 95.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 247 32 27 0 0.87 0.89 0.03 1.36 0.93 0.54
Hex F7 20 1B 0 57 59 3 1 5D 36
Octal 367 40 33 0 127 131 3 1 135 66
Binary 11110111 100000 11011 0 1010111 1011001 11 1 1011101 110110

Color Harmonies of #F7201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7201B

Black with #F7201B

Text Example


Text Example

White with #F7201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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