Html Css Color HEX #F7271A Scarlet

📋 copy color: '#F7271A'

red 247 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #F7271A

Tints of Scarlet #F7271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 79.17%
G = 12.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7271A (or 0xF7271A) is known color: Scarlet. HEX triplet: F7, 27 and 1A. RGB value is (247,39,26). Sum of RGB (Red+Green+Blue) = 247+39+26=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F7271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7271A is #08D8E5. Grayscale: #636363. Windows color (decimal): -579814 or 1714167. OLE color: 1714167.

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

Color convert

RGB 247 39 26 -
CMYK 0 0.84 0.89 0.03
HSL 3.53º 0.93% 0.54% -
HSV(B) 3.53º 0.89% 0.97% -
XYZ 39.27 21.3 3.02 -
YUV 99.71 86.41 233.06 -
System Red Green Blue C M Y K H S L
Decimal 247 39 26 0 0.84 0.89 0.03 3.53 0.93 0.54
Hex F7 27 1A 0 54 59 3 4 5D 36
Octal 367 47 32 0 124 131 3 4 135 66
Binary 11110111 100111 11010 0 1010100 1011001 11 100 1011101 110110

Color Harmonies of #F7271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7271A

Black with #F7271A

Text Example


Text Example

White with #F7271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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