Html Css Color HEX #F7261F Scarlet

📋 copy color: '#F7261F'

red 247 ◦ green 38 ◦ blue 31

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

Shades of Scarlet #F7261F

Tints of Scarlet #F7261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 78.16%
G = 12.03%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7261F (or 0xF7261F) is known color: Scarlet. HEX triplet: F7, 26 and 1F. RGB value is (247,38,31). Sum of RGB (Red+Green+Blue) = 247+38+31=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F7261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7261F is #08D9E0. Grayscale: #636363. Windows color (decimal): -580065 or 2041591. OLE color: 2041591.

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

Color convert

RGB 247 38 31 -
CMYK 0 0.85 0.87 0.03
HSL 1.94º 0.93% 0.55% -
HSV(B) 1.94º 0.87% 0.97% -
XYZ 39.3 21.26 3.33 -
YUV 99.69 89.24 233.07 -
System Red Green Blue C M Y K H S L
Decimal 247 38 31 0 0.85 0.87 0.03 1.94 0.93 0.55
Hex F7 26 1F 0 55 57 3 2 5D 37
Octal 367 46 37 0 125 127 3 2 135 67
Binary 11110111 100110 11111 0 1010101 1010111 11 10 1011101 110111

Color Harmonies of #F7261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7261F

Black with #F7261F

Text Example


Text Example

White with #F7261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7261F; }

 p { color: rgb(247,38,31); }

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

background-color css

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

 a { background-color: rgb(247,38,31); }

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

border-color css

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

 span { border-color: rgb(247,38,31); }

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