Html Css Color HEX #F70627 Torch Red

📋 copy color: '#F70627'

red 247 ◦ green 6 ◦ blue 39

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

Shades of Torch Red #F70627

Tints of Torch Red #F70627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 84.59%
G = 2.05%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F70627 (or 0xF70627) is known color: Torch Red. HEX triplet: F7, 06 and 27. RGB value is (247,6,39). Sum of RGB (Red+Green+Blue) = 247+6+39=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F70627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70627 is #08F9D8. Grayscale: #515151. Windows color (decimal): -588249 or 2557687. OLE color: 2557687.

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

Color convert

RGB 247 6 39 -
CMYK 0 0.98 0.84 0.03
HSL 351.78º 0.95% 0.5% -
HSV(B) 351.78º 0.98% 0.97% -
XYZ 38.79 20.05 3.75 -
YUV 81.82 103.84 245.82 -
System Red Green Blue C M Y K H S L
Decimal 247 6 39 0 0.98 0.84 0.03 351.78 0.95 0.5
Hex F7 6 27 0 62 54 3 160 5F 32
Octal 367 6 47 0 142 124 3 540 137 62
Binary 11110111 110 100111 0 1100010 1010100 11 101100000 1011111 110010

Color Harmonies of #F70627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70627

Black with #F70627

Text Example


Text Example

White with #F70627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70627; }

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

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

background-color css

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

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

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

border-color css

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

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

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