Html Css Color HEX #F7271E Scarlet

📋 copy color: '#F7271E'

red 247 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #F7271E

Tints of Scarlet #F7271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 78.16%
G = 12.34%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7271E (or 0xF7271E) is known color: Scarlet. HEX triplet: F7, 27 and 1E. RGB value is (247,39,30). Sum of RGB (Red+Green+Blue) = 247+39+30=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F7271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7271E is #08D8E1. Grayscale: #646464. Windows color (decimal): -579810 or 1976311. OLE color: 1976311.

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

Color convert

RGB 247 39 30 -
CMYK 0 0.84 0.88 0.03
HSL 2.49º 0.93% 0.54% -
HSV(B) 2.49º 0.88% 0.97% -
XYZ 39.32 21.32 3.27 -
YUV 100.17 88.41 232.73 -
System Red Green Blue C M Y K H S L
Decimal 247 39 30 0 0.84 0.88 0.03 2.49 0.93 0.54
Hex F7 27 1E 0 54 58 3 2 5D 36
Octal 367 47 36 0 124 130 3 2 135 66
Binary 11110111 100111 11110 0 1010100 1011000 11 10 1011101 110110

Color Harmonies of #F7271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7271E

Black with #F7271E

Text Example


Text Example

White with #F7271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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