Html Css Color HEX #F70330 Torch Red

📋 copy color: '#F70330'

red 247 ◦ green 3 ◦ blue 48

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

Shades of Torch Red #F70330

Tints of Torch Red #F70330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 82.89%
G = 1.01%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F70330 (or 0xF70330) is known color: Torch Red. HEX triplet: F7, 03 and 30. RGB value is (247,3,48). Sum of RGB (Red+Green+Blue) = 247+3+48=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F70330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70330 is #08FCCF. Grayscale: #515151. Windows color (decimal): -589008 or 3146743. OLE color: 3146743.

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

Color convert

RGB 247 3 48 -
CMYK 0 0.99 0.81 0.03
HSL 348.93º 0.98% 0.49% -
HSV(B) 348.93º 0.99% 0.97% -
XYZ 38.92 20.05 4.62 -
YUV 81.09 109.34 246.34 -
System Red Green Blue C M Y K H S L
Decimal 247 3 48 0 0.99 0.81 0.03 348.93 0.98 0.49
Hex F7 3 30 0 63 51 3 15D 62 31
Octal 367 3 60 0 143 121 3 535 142 61
Binary 11110111 11 110000 0 1100011 1010001 11 101011101 1100010 110001

Color Harmonies of #F70330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70330

Black with #F70330

Text Example


Text Example

White with #F70330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70330; }

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

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

background-color css

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

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

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

border-color css

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

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

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