Html Css Color HEX #F70430 Torch Red

📋 copy color: '#F70430'

red 247 ◦ green 4 ◦ blue 48

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

Shades of Torch Red #F70430

Tints of Torch Red #F70430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 82.61%
G = 1.34%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F70430 (or 0xF70430) is known color: Torch Red. HEX triplet: F7, 04 and 30. RGB value is (247,4,48). Sum of RGB (Red+Green+Blue) = 247+4+48=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F70430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70430 is #08FBCF. Grayscale: #515151. Windows color (decimal): -588752 or 3146999. OLE color: 3146999.

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

Color convert

RGB 247 4 48 -
CMYK 0 0.98 0.81 0.03
HSL 349.14º 0.97% 0.49% -
HSV(B) 349.14º 0.98% 0.97% -
XYZ 38.93 20.07 4.62 -
YUV 81.67 109.01 245.92 -
System Red Green Blue C M Y K H S L
Decimal 247 4 48 0 0.98 0.81 0.03 349.14 0.97 0.49
Hex F7 4 30 0 62 51 3 15D 61 31
Octal 367 4 60 0 142 121 3 535 141 61
Binary 11110111 100 110000 0 1100010 1010001 11 101011101 1100001 110001

Color Harmonies of #F70430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70430

Black with #F70430

Text Example


Text Example

White with #F70430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70430; }

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

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

background-color css

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

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

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

border-color css

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

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

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