Html Css Color HEX #F70030 Torch Red

📋 copy color: '#F70030'

red 247 ◦ green 0 ◦ blue 48

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

Shades of Torch Red #F70030

Tints of Torch Red #F70030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 83.73%
G = 0%
B = 16.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F70030 (or 0xF70030) is known color: Torch Red. HEX triplet: F7, 00 and 30. RGB value is (247,0,48). Sum of RGB (Red+Green+Blue) = 247+0+48=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F70030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70030 is #08FFCF. Grayscale: #4F4F4F. Windows color (decimal): -589776 or 3145975. OLE color: 3145975.

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

Color convert

RGB 247 0 48 -
CMYK 0 1 0.81 0.03
HSL 348.34º 1% 0.48% -
HSV(B) 348.34º 1% 0.97% -
XYZ 38.89 19.99 4.6 -
YUV 79.33 110.33 247.6 -
System Red Green Blue C M Y K H S L
Decimal 247 0 48 0 1 0.81 0.03 348.34 1 0.48
Hex F7 0 30 0 64 51 3 15C 64 30
Octal 367 0 60 0 144 121 3 534 144 60
Binary 11110111 0 110000 0 1100100 1010001 11 101011100 1100100 110000

Color Harmonies of #F70030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70030

Black with #F70030

Text Example


Text Example

White with #F70030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70030; }

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

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

background-color css

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

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

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

border-color css

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

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

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