Html Css Color HEX #F70231 Torch Red

📋 copy color: '#F70231'

red 247 ◦ green 2 ◦ blue 49

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

Shades of Torch Red #F70231

Tints of Torch Red #F70231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 82.89%
G = 0.67%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F70231 (or 0xF70231) is known color: Torch Red. HEX triplet: F7, 02 and 31. RGB value is (247,2,49). Sum of RGB (Red+Green+Blue) = 247+2+49=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F70231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70231 is #08FDCE. Grayscale: #505050. Windows color (decimal): -589263 or 3212023. OLE color: 3212023.

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

Color convert

RGB 247 2 49 -
CMYK 0 0.99 0.80 0.03
HSL 348.49º 0.98% 0.49% -
HSV(B) 348.49º 0.99% 0.97% -
XYZ 38.93 20.04 4.72 -
YUV 80.61 110.17 246.68 -
System Red Green Blue C M Y K H S L
Decimal 247 2 49 0 0.99 0.80 0.03 348.49 0.98 0.49
Hex F7 2 31 0 63 50 3 15C 62 31
Octal 367 2 61 0 143 120 3 534 142 61
Binary 11110111 10 110001 0 1100011 1010000 11 101011100 1100010 110001

Color Harmonies of #F70231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70231

Black with #F70231

Text Example


Text Example

White with #F70231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70231; }

 p { color: rgb(247,2,49); }

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

background-color css

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

 a { background-color: rgb(247,2,49); }

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

border-color css

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

 span { border-color: rgb(247,2,49); }

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