Html Css Color HEX #F70237 Torch Red

📋 copy color: '#F70237'

red 247 ◦ green 2 ◦ blue 55

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

Shades of Torch Red #F70237

Tints of Torch Red #F70237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 81.25%
G = 0.66%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F70237 (or 0xF70237) is known color: Torch Red. HEX triplet: F7, 02 and 37. RGB value is (247,2,55). Sum of RGB (Red+Green+Blue) = 247+2+55=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F70237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70237 is #08FDC8. Grayscale: #515151. Windows color (decimal): -589257 or 3605239. OLE color: 3605239.

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

Color convert

RGB 247 2 55 -
CMYK 0 0.99 0.78 0.03
HSL 347.02º 0.98% 0.49% -
HSV(B) 347.02º 0.99% 0.97% -
XYZ 39.07 20.09 5.43 -
YUV 81.3 113.17 246.19 -
System Red Green Blue C M Y K H S L
Decimal 247 2 55 0 0.99 0.78 0.03 347.02 0.98 0.49
Hex F7 2 37 0 63 4E 3 15B 62 31
Octal 367 2 67 0 143 116 3 533 142 61
Binary 11110111 10 110111 0 1100011 1001110 11 101011011 1100010 110001

Color Harmonies of #F70237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70237

Black with #F70237

Text Example


Text Example

White with #F70237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70237; }

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

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

background-color css

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

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

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

border-color css

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

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

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