Html Css Color HEX #F70027 Torch Red

📋 copy color: '#F70027'

red 247 ◦ green 0 ◦ blue 39

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

Shades of Torch Red #F70027

Tints of Torch Red #F70027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F70027 (or 0xF70027) is known color: Torch Red. HEX triplet: F7, 00 and 27. RGB value is (247,0,39). Sum of RGB (Red+Green+Blue) = 247+0+39=286 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.36% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 247 - color contains mainly: red. Hex color #F70027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70027 is #08FFD8. Grayscale: #4E4E4E. Windows color (decimal): -589785 or 2556151. OLE color: 2556151.

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

Color convert

RGB 247 0 39 -
CMYK 0 1 0.84 0.03
HSL 350.53º 1% 0.48% -
HSV(B) 350.53º 1% 0.97% -
XYZ 38.72 19.92 3.72 -
YUV 78.3 105.83 248.33 -
System Red Green Blue C M Y K H S L
Decimal 247 0 39 0 1 0.84 0.03 350.53 1 0.48
Hex F7 0 27 0 64 54 3 15F 64 30
Octal 367 0 47 0 144 124 3 537 144 60
Binary 11110111 0 100111 0 1100100 1010100 11 101011111 1100100 110000

Color Harmonies of #F70027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70027

Black with #F70027

Text Example


Text Example

White with #F70027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70027; }

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

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

background-color css

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

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

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

border-color css

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

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

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