Html Css Color HEX #F7211A Scarlet

📋 copy color: '#F7211A'

red 247 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #F7211A

Tints of Scarlet #F7211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 80.72%
G = 10.78%
B = 8.5%

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

#F7211A (or 0xF7211A) is known color: Scarlet. HEX triplet: F7, 21 and 1A. RGB value is (247,33,26). Sum of RGB (Red+Green+Blue) = 247+33+26=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F7211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7211A is #08DEE5. Grayscale: #606060. Windows color (decimal): -581350 or 1712631. OLE color: 1712631.

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

Color convert

RGB 247 33 26 -
CMYK 0 0.87 0.89 0.03
HSL 1.9º 0.93% 0.54% -
HSV(B) 1.9º 0.89% 0.97% -
XYZ 39.09 20.94 2.96 -
YUV 96.19 88.4 235.57 -
System Red Green Blue C M Y K H S L
Decimal 247 33 26 0 0.87 0.89 0.03 1.9 0.93 0.54
Hex F7 21 1A 0 57 59 3 2 5D 36
Octal 367 41 32 0 127 131 3 2 135 66
Binary 11110111 100001 11010 0 1010111 1011001 11 10 1011101 110110

Color Harmonies of #F7211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7211A

Black with #F7211A

Text Example


Text Example

White with #F7211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7211A; }

 p { color: rgb(247,33,26); }

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

background-color css

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

 a { background-color: rgb(247,33,26); }

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

border-color css

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

 span { border-color: rgb(247,33,26); }

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